Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java25 import static com.android.server.wm.DisplayRotation.FIXED_TO_USER_ROTATION_DEFAULT;
119 FIXED_TO_USER_ROTATION_DEFAULT;
158 && mFixedToUserRotation == FIXED_TO_USER_ROTATION_DEFAULT; in isEmpty()
653 if (entry.mFixedToUserRotation != FIXED_TO_USER_ROTATION_DEFAULT) { in writeSettings()
DDisplayRotation.java108 static final int FIXED_TO_USER_ROTATION_DEFAULT = 0; field in DisplayRotation
118 @IntDef({ FIXED_TO_USER_ROTATION_DEFAULT, FIXED_TO_USER_ROTATION_DISABLED,
128 private int mFixedToUserRotation = FIXED_TO_USER_ROTATION_DEFAULT;
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java34 import static com.android.server.wm.DisplayRotation.FIXED_TO_USER_ROTATION_DEFAULT;
217 mTarget.setFixedToUserRotation(FIXED_TO_USER_ROTATION_DEFAULT); in testPersistsFixedToUserRotation()
220 FIXED_TO_USER_ROTATION_DEFAULT); in testPersistsFixedToUserRotation()
DDisplayWindowSettingsTests.java31 import static com.android.server.wm.DisplayRotation.FIXED_TO_USER_ROTATION_DEFAULT;
455 eq(FIXED_TO_USER_ROTATION_DEFAULT)); in testFixedToUserRotationDefault()