Home
last modified time | relevance | path

Searched refs:SCREEN_ORIENTATION_USER (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/proto/android/content/
H A Dactivityinfo.proto27 SCREEN_ORIENTATION_USER = 2; enumerator
/aosp14/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java681 SCREEN_ORIENTATION_USER,
726 public static final int SCREEN_ORIENTATION_USER = 2; field in ActivityInfo
2012 case SCREEN_ORIENTATION_USER: in screenOrientationToString()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxUiControllerTest.java40 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_USER;
793 /* candidate */ SCREEN_ORIENTATION_UNSPECIFIED), SCREEN_ORIENTATION_USER); in testOverrideOrientationIfNeeded_userFullscreenOverride_returnsUser() local
803 /* candidate */ SCREEN_ORIENTATION_PORTRAIT), SCREEN_ORIENTATION_USER); in testOverrideOrientationIfNeeded_userFullScreenOverrideOverSystem_returnsUser() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxUiController.java41 import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_USER;
667 + screenOrientationToString(SCREEN_ORIENTATION_USER) in overrideOrientationIfNeeded()
669 return SCREEN_ORIENTATION_USER; in overrideOrientationIfNeeded()
H A DDisplayRotation.java1302 && (orientation == ActivityInfo.SCREEN_ORIENTATION_USER in rotationForOrientation()
1441 case ActivityInfo.SCREEN_ORIENTATION_USER: in isValidRotationChoice()
1522 case ActivityInfo.SCREEN_ORIENTATION_USER: in isRotationChoiceAllowed()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImplTest.java310 .isEqualTo(ActivityInfo.SCREEN_ORIENTATION_USER); in rotationBecameAllowed_layoutParamsUpdated()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java369 mLpChanged.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_USER; in adjustScreenOrientation()
/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.txt11721 field public static final int SCREEN_ORIENTATION_USER = 2; // 0x2
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9930 Landroid/content/ActivityInfoProto;->SCREEN_ORIENTATION_USER:I