/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayRotationImmersiveAppCompatPolicy.java | 22 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 125 if (activityRecord.getRequestedConfigurationOrientation() == ORIENTATION_UNDEFINED) { in isRotationLockEnforcedLocked() 154 return ORIENTATION_UNDEFINED; in surfaceRotationToConfigurationOrientation()
|
H A D | DisplayAreaGroup.java | 22 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 75 if (resolvedConfig.orientation != ORIENTATION_UNDEFINED) { in resolveOverrideConfiguration()
|
H A D | ContentRecorder.java | 20 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 94 private int mLastOrientation = ORIENTATION_UNDEFINED;
|
H A D | DisplayRotationCompatPolicy.java | 31 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 368 && activity.getRequestedConfigurationOrientation() != ORIENTATION_UNDEFINED in isTreatmentEnabledForActivity()
|
H A D | LetterboxUiController.java | 54 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 249 private int mInheritedOrientation = ORIENTATION_UNDEFINED; 1935 config.orientation = ORIENTATION_UNDEFINED; in resetTranslucentOverrideConfig() 1965 mInheritedOrientation = ORIENTATION_UNDEFINED; in clearInheritedConfig()
|
H A D | ActivityRecord.java | 102 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 7932 if (requestedOrientation != ORIENTATION_UNDEFINED in onCancelFixedRotationTransform() 8327 resolvedConfig.orientation = Configuration.ORIENTATION_UNDEFINED; in resolveOverrideConfiguration() 8659 if (requestedOrientation == ORIENTATION_UNDEFINED) { in orientationRespectedWithInsets() 8734 mIsEligibleForFixedOrientationLetterbox = forcedOrientation != ORIENTATION_UNDEFINED in resolveFixedOrientationConfiguration() 8737 if (!mIsEligibleForFixedOrientationLetterbox && (forcedOrientation == ORIENTATION_UNDEFINED in resolveFixedOrientationConfiguration() 8890 final boolean orientationRequested = requestedOrientation != ORIENTATION_UNDEFINED; in resolveSizeCompatModeConfiguration() 8895 : compatDisplayInsets.mOriginalRequestedOrientation != ORIENTATION_UNDEFINED in resolveSizeCompatModeConfiguration() 9167 if (requestedOrient != ORIENTATION_UNDEFINED 9178 } else if (wasFixedOrient && requestedOrient == ORIENTATION_UNDEFINED
|
H A D | TaskFragment.java | 36 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 2278 if (inOutConfig.orientation == ORIENTATION_UNDEFINED) { in computeConfigResourceOverrides()
|
H A D | WindowContainer.java | 30 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 1609 return ORIENTATION_UNDEFINED; in getRequestedConfigurationOrientation()
|
H A D | DisplayContent.java | 35 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 6850 true /* forDisplay */) == ORIENTATION_UNDEFINED) { in shouldDeferRotation()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
H A D | ThumbnailData.java | 21 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 55 orientation = ORIENTATION_UNDEFINED; in ThumbnailData()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayRotationImmersiveAppCompatPolicyTests.java | 25 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 149 ORIENTATION_UNDEFINED); in testIsRotationLockEnforced_responsiveActivity_lockNotEnforced()
|
H A D | SizeCompatTests.java | 3003 Configuration.ORIENTATION_UNDEFINED);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ConfigurationControllerImpl.kt | 41 private var orientation = Configuration.ORIENTATION_UNDEFINED
|
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | RotationPolicy.java | 76 return Configuration.ORIENTATION_UNDEFINED; in getRotationLockOrientation()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/ |
H A D | DngCreator.java | 158 if (orientation < ExifInterface.ORIENTATION_UNDEFINED || in setOrientation() 165 if (orientation == ExifInterface.ORIENTATION_UNDEFINED) { in setOrientation()
|
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | Configuration.java | 690 ORIENTATION_UNDEFINED, 699 public static final int ORIENTATION_UNDEFINED = 0; field in Configuration 1190 case ORIENTATION_UNDEFINED: sb.append(" ?orien"); break; in toString() 1561 orientation = ORIENTATION_UNDEFINED; in setToDefaults() 1668 if (delta.orientation != ORIENTATION_UNDEFINED in updateFrom() 1942 if ((compareUndefined || delta.orientation != ORIENTATION_UNDEFINED) in diff() 2957 ORIENTATION_UNDEFINED); in readXmlAttrs()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | RotationLockTile.java | 194 if (lockOrientation == Configuration.ORIENTATION_UNDEFINED) { in isCurrentOrientationLockPortrait()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationControllerTest.java | 22 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 187 if (mResources.getConfiguration().orientation == ORIENTATION_UNDEFINED) { in setUp() 983 assertNotEquals(ORIENTATION_UNDEFINED, mResources.getConfiguration().orientation); in enableWindowMagnification_rotationIsChanged_updateRotationValue()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | CameraTestUtils.java | 1878 if (exifOrientation == ExifInterface.ORIENTATION_UNDEFINED) { in verifyJpegKeys() 2030 final int ORIENTATION_MIN = ExifInterface.ORIENTATION_UNDEFINED; in verifyJpegExifExtraTags() 2042 boolean deviceRotatedImage = exifOrientation == ExifInterface.ORIENTATION_UNDEFINED; in verifyJpegExifExtraTags()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardSecurityContainerControllerTest.kt | 165 testableResources.resources.configuration.orientation = Configuration.ORIENTATION_UNDEFINED
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | ExifInterface.java | 508 public static final int ORIENTATION_UNDEFINED = 0; field in ExifInterface
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 13344 field public static final int ORIENTATION_UNDEFINED = 0; // 0x0 22155 field public static final int ORIENTATION_UNDEFINED = 0; // 0x0
|