Home
last modified time | relevance | path

Searched refs:ORIENTATION_UNDEFINED (Results 1 – 23 of 23) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotationImmersiveAppCompatPolicy.java22 import static android.content.res.Configuration.ORIENTATION_UNDEFINED;
125 if (activityRecord.getRequestedConfigurationOrientation() == ORIENTATION_UNDEFINED) { in isRotationLockEnforcedLocked()
154 return ORIENTATION_UNDEFINED; in surfaceRotationToConfigurationOrientation()
H A DDisplayAreaGroup.java22 import static android.content.res.Configuration.ORIENTATION_UNDEFINED;
75 if (resolvedConfig.orientation != ORIENTATION_UNDEFINED) { in resolveOverrideConfiguration()
H A DContentRecorder.java20 import static android.content.res.Configuration.ORIENTATION_UNDEFINED;
94 private int mLastOrientation = ORIENTATION_UNDEFINED;
H A DDisplayRotationCompatPolicy.java31 import static android.content.res.Configuration.ORIENTATION_UNDEFINED;
368 && activity.getRequestedConfigurationOrientation() != ORIENTATION_UNDEFINED in isTreatmentEnabledForActivity()
H A DLetterboxUiController.java54 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 DActivityRecord.java102 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 DTaskFragment.java36 import static android.content.res.Configuration.ORIENTATION_UNDEFINED;
2278 if (inOutConfig.orientation == ORIENTATION_UNDEFINED) { in computeConfigResourceOverrides()
H A DWindowContainer.java30 import static android.content.res.Configuration.ORIENTATION_UNDEFINED;
1609 return ORIENTATION_UNDEFINED; in getRequestedConfigurationOrientation()
H A DDisplayContent.java35 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 DThumbnailData.java21 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 DDisplayRotationImmersiveAppCompatPolicyTests.java25 import static android.content.res.Configuration.ORIENTATION_UNDEFINED;
149 ORIENTATION_UNDEFINED); in testIsRotationLockEnforced_responsiveActivity_lockNotEnforced()
H A DSizeCompatTests.java3003 Configuration.ORIENTATION_UNDEFINED);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImpl.kt41 private var orientation = Configuration.ORIENTATION_UNDEFINED
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DRotationPolicy.java76 return Configuration.ORIENTATION_UNDEFINED; in getRotationLockOrientation()
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java158 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 DConfiguration.java690 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 DRotationLockTile.java194 if (lockOrientation == Configuration.ORIENTATION_UNDEFINED) { in isCurrentOrientationLockPortrait()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationControllerTest.java22 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 DCameraTestUtils.java1878 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 DKeyguardSecurityContainerControllerTest.kt165 testableResources.resources.configuration.orientation = Configuration.ORIENTATION_UNDEFINED
/aosp14/frameworks/base/media/java/android/media/
H A DExifInterface.java508 public static final int ORIENTATION_UNDEFINED = 0; field in ExifInterface
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13344 field public static final int ORIENTATION_UNDEFINED = 0; // 0x0
22155 field public static final int ORIENTATION_UNDEFINED = 0; // 0x0