HomeSort by relevance Sort by last modified time
    Searched refs:OrientationListener (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/view/
OrientationListener.java 29 public abstract class OrientationListener implements SensorListener {
41 * Creates a new OrientationListener.
43 * @param context for the OrientationListener.
45 public OrientationListener(Context context) {
50 * Creates a new OrientationListener.
52 * @param context for the OrientationListener.
58 public OrientationListener(Context context, int rate) {
70 registerListener(OrientationListener.this);
74 OrientationListener.this.onOrientationChanged(orientation);
79 * Enables the OrientationListener so it will monitor the sensor and cal
    [all...]
OrientationEventListener.java 40 private OrientationListener mOldListener;
78 void registerListener(OrientationListener lis) {
  /packages/apps/Phone/src/com/android/phone/
AccelerometerListener.java 49 private OrientationListener mListener;
62 public interface OrientationListener {
66 public AccelerometerListener(Context context, OrientationListener listener) {
PhoneGlobals.java 80 implements AccelerometerListener.OrientationListener {
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
OrientationListenerTest.java 23 import android.view.OrientationListener;
26 * Test {@link OrientationListener}.
83 private class MockOrientationListener extends OrientationListener {
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java 42 import android.view.OrientationListener;
203 private OrientationListener mOrientationListener;
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 742 milliseconds