Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java165 private static final int ALLOW_ALL_ROTATIONS_DISABLED = 0; field in DisplayRotation
168 @IntDef({ ALLOW_ALL_ROTATIONS_UNDEFINED, ALLOW_ALL_ROTATIONS_DISABLED,
1213 : ALLOW_ALL_ROTATIONS_DISABLED; in rotationForOrientation()