Searched refs:FIXED_TO_USER_ROTATION_DISABLED (Results 1 – 6 of 6) sorted by relevance
21 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_DISABLED;380 FIXED_TO_USER_ROTATION_DISABLED); in testSetFixedToUserRotationDisabled()389 eq(FIXED_TO_USER_ROTATION_DISABLED)); in testSetFixedToUserRotationDisabled()
23 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_DISABLED;220 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_DISABLED); in testPersistsFixedToUserRotation()223 FIXED_TO_USER_ROTATION_DISABLED); in testPersistsFixedToUserRotation()
956 IWindowManager.FIXED_TO_USER_ROTATION_DISABLED); in testAllowsTopmostFullscreenOrientation()987 IWindowManager.FIXED_TO_USER_ROTATION_DISABLED); in testOnDescendantOrientationRequestChanged()1038 IWindowManager.FIXED_TO_USER_ROTATION_DISABLED); in testFixedToUserRotationChanged()
433 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DISABLED; in runFixedToUserRotation()454 case IWindowManager.FIXED_TO_USER_ROTATION_DISABLED: in printFixedToUserRotation()
901 case IWindowManager.FIXED_TO_USER_ROTATION_DISABLED: in isFixedToUserRotation()
85 const int FIXED_TO_USER_ROTATION_DISABLED = 1; field