Home
last modified time | relevance | path

Searched refs:FIXED_TO_USER_ROTATION_DISABLED (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayWindowSettingsTests.java21 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_DISABLED;
393 FIXED_TO_USER_ROTATION_DISABLED); in testSetFixedToUserRotationDisabled()
402 eq(FIXED_TO_USER_ROTATION_DISABLED)); in testSetFixedToUserRotationDisabled()
DDisplayRotationTests.java27 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_DISABLED;
247 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_DISABLED); in testPersistsFixedToUserRotation()
250 FIXED_TO_USER_ROTATION_DISABLED); in testPersistsFixedToUserRotation()
DDisplayContentTests.java1038 IWindowManager.FIXED_TO_USER_ROTATION_DISABLED); in testAllowsTopmostFullscreenOrientation()
1114 IWindowManager.FIXED_TO_USER_ROTATION_DISABLED); in testOnDescendantOrientationRequestChanged()
1186 IWindowManager.FIXED_TO_USER_ROTATION_DISABLED); in testFixedToUserRotationChanged()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl88 const int FIXED_TO_USER_ROTATION_DISABLED = 1; field
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerShellCommand.java481 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DISABLED; in runFixedToUserRotation()
502 case IWindowManager.FIXED_TO_USER_ROTATION_DISABLED: in printFixedToUserRotation()
DDisplayRotation.java935 case IWindowManager.FIXED_TO_USER_ROTATION_DISABLED: in isFixedToUserRotation()