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

  /frameworks/base/core/java/android/view/
OrientationListener.java 38 public static final int ORIENTATION_UNKNOWN = OrientationEventListener.ORIENTATION_UNKNOWN;
106 * @see #ORIENTATION_UNKNOWN
OrientationEventListener.java 35 private int mOrientation = ORIENTATION_UNKNOWN;
49 public static final int ORIENTATION_UNKNOWN = -1;
121 int orientation = ORIENTATION_UNKNOWN;
166 * {@link #ORIENTATION_UNKNOWN} is returned when the device is close to flat
171 * @see #ORIENTATION_UNKNOWN
  /packages/apps/Phone/src/com/android/phone/
AccelerometerListener.java 52 public static final int ORIENTATION_UNKNOWN = 0;
76 mOrientation = ORIENTATION_UNKNOWN;
77 mPendingOrientation = ORIENTATION_UNKNOWN;
110 mPendingOrientation = ORIENTATION_UNKNOWN;
PhoneApp.java 201 private int mOrientation = AccelerometerListener.ORIENTATION_UNKNOWN;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 187 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
452 if (orientation == ORIENTATION_UNKNOWN) return;
    [all...]
Camera.java 139 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
782 if (mOrientation != OrientationEventListener.ORIENTATION_UNKNOWN) {
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1785 milliseconds