Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayWindowSettingsTests.java21 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_DISABLED;
394 FIXED_TO_USER_ROTATION_DISABLED); in testSetFixedToUserRotationDisabled()
403 eq(FIXED_TO_USER_ROTATION_DISABLED)); in testSetFixedToUserRotationDisabled()
H A DDisplayRotationTests.java27 import static android.view.IWindowManager.FIXED_TO_USER_ROTATION_DISABLED;
252 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_DISABLED); in testPersistsFixedToUserRotation()
255 FIXED_TO_USER_ROTATION_DISABLED); in testPersistsFixedToUserRotation()
H A DDisplayContentTests.java1047 IWindowManager.FIXED_TO_USER_ROTATION_DISABLED); in testAllowsTopmostFullscreenOrientation()
1123 IWindowManager.FIXED_TO_USER_ROTATION_DISABLED); in testOnDescendantOrientationRequestChanged()
1195 IWindowManager.FIXED_TO_USER_ROTATION_DISABLED); in testFixedToUserRotationChanged()
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl91 const int FIXED_TO_USER_ROTATION_DISABLED = 1; field
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerShellCommand.java500 fixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DISABLED; in runFixedToUserRotation()
521 case IWindowManager.FIXED_TO_USER_ROTATION_DISABLED: in printFixedToUserRotation()
H A DDisplayRotation.java980 case IWindowManager.FIXED_TO_USER_ROTATION_DISABLED: in isFixedToUserRotation()