android.view
Class OrientationEventListener
java.lang.Object
android.view.OrientationEventListener
public abstract class OrientationEventListener
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ORIENTATION_UNKNOWN
public static final int ORIENTATION_UNKNOWN
- See Also:
- Constant Field Values
OrientationEventListener
public OrientationEventListener(Context context)
OrientationEventListener
public OrientationEventListener(Context context,
int rate)
enable
public void enable()
disable
public void disable()
canDetectOrientation
public boolean canDetectOrientation()
onOrientationChanged
public abstract void onOrientationChanged(int orientation)
Copyright © 2008-2012. All Rights Reserved.