Searched refs:FIXED_TO_USER_ROTATION_ENABLED (Results 1 – 8 of 8) sorted by relevance
24 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()
22 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()
35 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()
1004 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation()1025 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testFixedToUserRotationChanged()
2444 IWindowManager.FIXED_TO_USER_ROTATION_ENABLED); in testReportOrientationChange()
430 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_ENABLED; in runFixedToUserRotation()457 case IWindowManager.FIXED_TO_USER_ROTATION_ENABLED: in printFixedToUserRotation()
903 case IWindowManager.FIXED_TO_USER_ROTATION_ENABLED: in isFixedToUserRotation()
89 const int FIXED_TO_USER_ROTATION_ENABLED = 2; field