Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java24 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_ENABLED;
214 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testPersistsFixedToUserRotation()
217 FIXED_TO_USER_ROTATION_ENABLED); in testPersistsFixedToUserRotation()
414 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testNotEnablesSensor_FixedUserRotation()
616 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testReturnsUserRotation_FixedToUserRotation_IgnoreIncompatibleAppRequest()
677 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testIsFixedToUserRotation()
H A DDisplayWindowSettingsTests.java22 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_ENABLED;
395 FIXED_TO_USER_ROTATION_ENABLED); in testSetFixedToUserRotationEnabled()
404 eq(FIXED_TO_USER_ROTATION_ENABLED)); in testSetFixedToUserRotationEnabled()
H A DTaskTests.java35 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_ENABLED;
507 dr.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testFullscreenBoundsForcedOrientation()
577 dr.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testReportsOrientationRequestInLetterboxForOrientation()
H A DDisplayContentTests.java1003 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation()
1024 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testFixedToUserRotationChanged()
H A DActivityRecordTests.java2487 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testReportOrientationChange()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerShellCommand.java430 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_ENABLED; in runFixedToUserRotation()
457 case IWindowManager.FIXED_TO_USER_ROTATION_ENABLED: in printFixedToUserRotation()
H A DDisplayRotation.java900 case IWindowManager.FIXED_TO_USER_ROTATION_ENABLED: in isFixedToUserRotation()
/aosp12/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl91 const int FIXED_TO_USER_ROTATION_ENABLED = 2; field