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/
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()
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()
DTaskTests.java35 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_ENABLED;
497 dr.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testFullscreenBoundsForcedOrientation()
567 dr.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testReportsOrientationRequestInLetterboxForOrientation()
DDisplayContentTests.java1004 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation()
1025 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testFixedToUserRotationChanged()
DActivityRecordTests.java2444 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testReportOrientationChange()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerShellCommand.java430 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_ENABLED; in runFixedToUserRotation()
457 case IWindowManager.FIXED_TO_USER_ROTATION_ENABLED: in printFixedToUserRotation()
DDisplayRotation.java903 case IWindowManager.FIXED_TO_USER_ROTATION_ENABLED: in isFixedToUserRotation()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl89 const int FIXED_TO_USER_ROTATION_ENABLED = 2; field