Home | History | Annotate | Download | only in view

Lines Matching defs:OrientationEventListener

30 public abstract class OrientationEventListener {
31 private static final String TAG = "OrientationEventListener";
51 * Creates a new OrientationEventListener.
53 * @param context for the OrientationEventListener.
55 public OrientationEventListener(Context context) {
60 * Creates a new OrientationEventListener.
62 * @param context for the OrientationEventListener.
68 public OrientationEventListener(Context context, int rate) {
83 * Enables the OrientationEventListener so it will monitor the sensor and call
92 if (localLOGV) Log.d(TAG, "OrientationEventListener enabled");
99 * Disables the OrientationEventListener.
107 if (localLOGV) Log.d(TAG, "OrientationEventListener disabled");