|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.view.OrientationEventListener
public abstract class OrientationEventListener
| Field Summary | |
|---|---|
static int |
ORIENTATION_UNKNOWN
|
| Constructor Summary | |
|---|---|
OrientationEventListener(Context context)
|
|
OrientationEventListener(Context context,
int rate)
|
|
| Method Summary | |
|---|---|
boolean |
canDetectOrientation()
|
void |
disable()
|
void |
enable()
|
abstract void |
onOrientationChanged(int orientation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ORIENTATION_UNKNOWN
| Constructor Detail |
|---|
public OrientationEventListener(Context context)
public OrientationEventListener(Context context,
int rate)
| Method Detail |
|---|
public void enable()
public void disable()
public boolean canDetectOrientation()
public abstract void onOrientationChanged(int orientation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||