Searched defs:OrientationListener (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DOrientationListener.java29 public abstract class OrientationListener implements SensorListener { class in inherits:SensorListener
41 * Creates a new OrientationListener.
43 * @param context for the OrientationListener.
45 public OrientationListener(Context context) { method in class:OrientationListener
50 * Creates a new OrientationListener.
52 * @param context for the OrientationListener.
58 public OrientationListener(Context context, int rate) { method in class:OrientationListener
70 registerListener(OrientationListener.this);
74 OrientationListener.this.onOrientationChanged(orientation);
79 * Enables the OrientationListener s
[all...]

Completed in 47 milliseconds