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

1 2

  /frameworks/base/core/java/android/view/
OrientationListener.java 38 public static final int ORIENTATION_UNKNOWN = OrientationEventListener.ORIENTATION_UNKNOWN;
106 * @see #ORIENTATION_UNKNOWN
OrientationEventListener.java 34 private int mOrientation = ORIENTATION_UNKNOWN;
48 public static final int ORIENTATION_UNKNOWN = -1;
120 int orientation = ORIENTATION_UNKNOWN;
165 * {@link #ORIENTATION_UNKNOWN} is returned when the device is close to flat
170 * @see #ORIENTATION_UNKNOWN
  /packages/apps/Dialer/java/com/android/incallui/
AccelerometerListener.java 35 public static final int ORIENTATION_UNKNOWN = 0;
106 orientation = ORIENTATION_UNKNOWN;
107 pendingOrientation = ORIENTATION_UNKNOWN;
138 pendingOrientation = ORIENTATION_UNKNOWN;
InCallOrientationEventListener.java 111 if (rotation == OrientationEventListener.ORIENTATION_UNKNOWN) {
ProximitySensor.java 52 private int orientation = AccelerometerListener.ORIENTATION_UNKNOWN;
125 orientation = AccelerometerListener.ORIENTATION_UNKNOWN;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java 125 if (orientation == ORIENTATION_UNKNOWN) return;
142 if (orientationHistory == OrientationEventListener.ORIENTATION_UNKNOWN) {
  /frameworks/base/media/java/android/media/
MicrophoneInfo.java 115 public static final Coordinate3F ORIENTATION_UNKNOWN = new Coordinate3F(0.0f, 0.0f, 0.0f);
284 * @return the orientation of the microphone or {@link #ORIENTATION_UNKNOWN} if orientation
AudioManager.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManagerImpl.java 208 if (orientation == ORIENTATION_UNKNOWN) {
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 361 if (orientationHistory == OrientationEventListener.ORIENTATION_UNKNOWN) {
622 if (orientation != OrientationEventListener.ORIENTATION_UNKNOWN) {
VideoCamera.java 251 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
551 if (orientation == ORIENTATION_UNKNOWN) return;
    [all...]
Camera.java 135 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 216 if (orientation == ORIENTATION_UNKNOWN) return;
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
TestingCamera2.java 215 if (orientation == ORIENTATION_UNKNOWN) {
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 814 milliseconds

1 2