/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | AccelerometerListener.java | 35 public static final int ORIENTATION_UNKNOWN = 0; field in AccelerometerListener 106 orientation = ORIENTATION_UNKNOWN; in enable() 107 pendingOrientation = ORIENTATION_UNKNOWN; in enable() 138 pendingOrientation = ORIENTATION_UNKNOWN; in setOrientation()
|
H A D | ProximitySensor.java | 52 private int orientation = AccelerometerListener.ORIENTATION_UNKNOWN; 125 orientation = AccelerometerListener.ORIENTATION_UNKNOWN; in onStateChange()
|
H A D | InCallOrientationEventListener.java | 111 if (rotation == OrientationEventListener.ORIENTATION_UNKNOWN) { in onOrientationChanged()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | OrientationEventListener.java | 34 private int mOrientation = ORIENTATION_UNKNOWN; 48 public static final int ORIENTATION_UNKNOWN = -1; field in OrientationEventListener 120 int orientation = ORIENTATION_UNKNOWN; in onSensorChanged()
|
H A D | OrientationListener.java | 38 public static final int ORIENTATION_UNKNOWN = OrientationEventListener.ORIENTATION_UNKNOWN; field in OrientationListener
|
/aosp12/hardware/google/pixel/pixelstats/ |
H A D | OrientationCollector.cpp | 30 #define ORIENTATION_UNKNOWN -1 macro 51 *orientation = ORIENTATION_UNKNOWN; in pollOrientation()
|
H A D | WlcReporter.cpp | 229 return PixelAtoms::DeviceOrientation::ORIENTATION_UNKNOWN; in translateDeviceOrientationToAtomValue()
|
H A D | pixelatoms.proto | 298 ORIENTATION_UNKNOWN = 0; enumerator
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | OrientationManager.java | 125 if (orientation == ORIENTATION_UNKNOWN) return; 142 if (orientationHistory == OrientationEventListener.ORIENTATION_UNKNOWN) {
|
/aosp12/frameworks/base/services/core/java/com/android/server/rotationresolver/ |
H A D | RotationResolverManagerService.java | 77 static final int ORIENTATION_UNKNOWN = field in RotationResolverManagerService 248 return ORIENTATION_UNKNOWN; in errorCodeToProto()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | RecentsOrientedState.java | 19 import static android.view.OrientationEventListener.ORIENTATION_UNKNOWN; 460 if (degrees == ORIENTATION_UNKNOWN) { in getRotationForUserDegreesRotated()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MicrophoneInfo.java | 117 public static final Coordinate3F ORIENTATION_UNKNOWN = new Coordinate3F(0.0f, 0.0f, 0.0f); field in MicrophoneInfo
|
H A D | AudioManager.java | 6774 MicrophoneInfo.POSITION_UNKNOWN, MicrophoneInfo.ORIENTATION_UNKNOWN, in microphoneInfoFromAudioDeviceInfo()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/app/ |
H A D | OrientationManagerImpl.java | 208 if (orientation == ORIENTATION_UNKNOWN) {
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | Util.java | 361 if (orientationHistory == OrientationEventListener.ORIENTATION_UNKNOWN) { in roundOrientation() 622 if (orientation != OrientationEventListener.ORIENTATION_UNKNOWN) { in setRotationParameter()
|
H A D | VideoCamera.java | 251 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN; 551 if (orientation == ORIENTATION_UNKNOWN) return; in onOrientationChanged() 1249 if (mOrientation != OrientationEventListener.ORIENTATION_UNKNOWN) { in initializeRecorder() 1299 if (mOrientation != OrientationEventListener.ORIENTATION_UNKNOWN) { in initializeEffectsPreview()
|
H A D | Camera.java | 135 private int mOrientation = OrientationEventListener.ORIENTATION_UNKNOWN; 1310 if (orientation == ORIENTATION_UNKNOWN) return; in onOrientationChanged()
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
H A D | PanoramaActivity.java | 216 if (orientation == ORIENTATION_UNKNOWN) return; in onOrientationChanged()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/util/ |
H A D | CameraUtil.java | 1292 if (deviceOrientationDegrees == OrientationEventListener.ORIENTATION_UNKNOWN) { in getJpegRotation()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 23575 field public static final android.media.MicrophoneInfo.Coordinate3F ORIENTATION_UNKNOWN; 48209 field public static final int ORIENTATION_UNKNOWN = -1; // 0xffffffff 48220 field @Deprecated public static final int ORIENTATION_UNKNOWN = -1; // 0xffffffff
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 33088 field public static final int ORIENTATION_UNKNOWN = -1; // 0xffffffff 33099 field public static final int ORIENTATION_UNKNOWN = -1; // 0xffffffff
|