Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java205 private static final int ALLOW_ALL_ROTATIONS_UNDEFINED = -1; field in DisplayRotation
209 @IntDef({ ALLOW_ALL_ROTATIONS_UNDEFINED, ALLOW_ALL_ROTATIONS_DISABLED,
221 private int mAllowAllRotations = ALLOW_ALL_ROTATIONS_UNDEFINED;
1197 mAllowAllRotations = ALLOW_ALL_ROTATIONS_UNDEFINED; in resetAllowAllRotations()
1404 if (mAllowAllRotations == ALLOW_ALL_ROTATIONS_UNDEFINED) { in getAllowAllRotations()