Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayWindowSettingsTests.java22 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_ENABLED;
495 FIXED_TO_USER_ROTATION_ENABLED); in testSetFixedToUserRotationEnabled()
504 eq(FIXED_TO_USER_ROTATION_ENABLED)); in testSetFixedToUserRotationEnabled()
DDisplayRotationTests.java29 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_ENABLED;
306 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testPersistsFixedToUserRotation()
309 FIXED_TO_USER_ROTATION_ENABLED); in testPersistsFixedToUserRotation()
507 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testNotEnablesSensor_FixedUserRotation()
1058 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testReturnsUserRotation_FixedToUserRotation_IgnoreIncompatibleAppRequest()
1255 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testIsFixedToUserRotation()
DTaskTests.java37 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_ENABLED;
754 dr.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testFullscreenBoundsForcedOrientation()
825 dr.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testReportsOrientationRequestInLetterboxForOrientation()
DDisplayContentTests.java1156 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation()
1213 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testFixedToUserRotationChanged()
DActivityRecordTests.java2806 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testReportOrientationChange()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl105 const int FIXED_TO_USER_ROTATION_ENABLED = 2; field
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerShellCommand.java532 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_ENABLED; in runFixedToUserRotation()
565 case IWindowManager.FIXED_TO_USER_ROTATION_ENABLED: in printFixedToUserRotation()
DDisplayRotation.java821 case IWindowManager.FIXED_TO_USER_ROTATION_ENABLED: in isFixedToUserRotation()