Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java36 import static com.android.server.wm.DisplayRotation.FIXED_TO_USER_ROTATION_ENABLED;
205 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testPersistsFixedToUserRotation()
208 FIXED_TO_USER_ROTATION_ENABLED); in testPersistsFixedToUserRotation()
365 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testNotEnablesSensor_FixedUserRotation()
567 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testReturnsUserRotation_FixedToUserRotation_IgnoreIncompatibleAppRequest()
601 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_ENABLED); in testNotRespectAppRequestedOrientation_FixedToUserRotation()
DDisplayWindowSettingsTests.java33 import static com.android.server.wm.DisplayRotation.FIXED_TO_USER_ROTATION_ENABLED;
478 mTarget.setFixedToUserRotation(mPrimaryDisplay, FIXED_TO_USER_ROTATION_ENABLED); in testSetFixedToUserRotationEnabled()
489 eq(FIXED_TO_USER_ROTATION_ENABLED)); in testSetFixedToUserRotationEnabled()
DAppWindowTokenTests.java347 DisplayRotation.FIXED_TO_USER_ROTATION_ENABLED); in testReportOrientationChangeOnVisibilityChange()
366 DisplayRotation.FIXED_TO_USER_ROTATION_ENABLED); in testReportOrientationChangeOnOpeningClosingAppChange()
DDisplayContentTests.java681 DisplayRotation.FIXED_TO_USER_ROTATION_ENABLED); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java117 static final int FIXED_TO_USER_ROTATION_ENABLED = 2; field in DisplayRotation
119 FIXED_TO_USER_ROTATION_ENABLED })
350 case FIXED_TO_USER_ROTATION_ENABLED: in isFixedToUserRotation()
DWindowManagerShellCommand.java348 fixedToUserRotation = DisplayRotation.FIXED_TO_USER_ROTATION_ENABLED; in runSetFixToUserRotation()