Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerShellCommand.java351 fixedToUserRotation = DisplayRotation.FIXED_TO_USER_ROTATION_DISABLED; in runSetFixToUserRotation()
354 fixedToUserRotation = DisplayRotation.FIXED_TO_USER_ROTATION_DISABLED; in runSetFixToUserRotation()
DDisplayRotation.java113 static final int FIXED_TO_USER_ROTATION_DISABLED = 1; field in DisplayRotation
118 @IntDef({ FIXED_TO_USER_ROTATION_DEFAULT, FIXED_TO_USER_ROTATION_DISABLED,
348 case FIXED_TO_USER_ROTATION_DISABLED: in isFixedToUserRotation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayWindowSettingsTests.java32 import static com.android.server.wm.DisplayRotation.FIXED_TO_USER_ROTATION_DISABLED;
461 mTarget.setFixedToUserRotation(mPrimaryDisplay, FIXED_TO_USER_ROTATION_DISABLED); in testSetFixedToUserRotationDisabled()
472 eq(FIXED_TO_USER_ROTATION_DISABLED)); in testSetFixedToUserRotationDisabled()
DDisplayRotationTests.java35 import static com.android.server.wm.DisplayRotation.FIXED_TO_USER_ROTATION_DISABLED;
211 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_DISABLED); in testPersistsFixedToUserRotation()
214 FIXED_TO_USER_ROTATION_DISABLED); in testPersistsFixedToUserRotation()