Home
last modified time | relevance | path

Searched refs:FIXED_TO_USER_ROTATION_ENABLED (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayWindowSettingsTests.java22 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_ENABLED;
409 FIXED_TO_USER_ROTATION_ENABLED); in testSetFixedToUserRotationEnabled()
418 eq(FIXED_TO_USER_ROTATION_ENABLED)); in testSetFixedToUserRotationEnabled()
H A DDisplayRotationTests.java28 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_ENABLED;
246 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testPersistsFixedToUserRotation()
249 FIXED_TO_USER_ROTATION_ENABLED); in testPersistsFixedToUserRotation()
447 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testNotEnablesSensor_FixedUserRotation()
992 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testReturnsUserRotation_FixedToUserRotation_IgnoreIncompatibleAppRequest()
1173 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testIsFixedToUserRotation()
H A DTaskTests.java34 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_ENABLED;
612 dr.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testFullscreenBoundsForcedOrientation()
683 dr.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testReportsOrientationRequestInLetterboxForOrientation()
H A DDisplayContentTests.java1141 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation()
1181 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testFixedToUserRotationChanged()
H A DActivityRecordTests.java2752 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testReportOrientationChange()
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl95 const int FIXED_TO_USER_ROTATION_ENABLED = 2; field
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerShellCommand.java497 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_ENABLED; in runFixedToUserRotation()
524 case IWindowManager.FIXED_TO_USER_ROTATION_ENABLED: in printFixedToUserRotation()
H A DDisplayRotation.java982 case IWindowManager.FIXED_TO_USER_ROTATION_ENABLED: in isFixedToUserRotation()