Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java221 private int mAllowAllRotations = ALLOW_ALL_ROTATIONS_UNDEFINED; field in DisplayRotation
1197 mAllowAllRotations = ALLOW_ALL_ROTATIONS_UNDEFINED; in resetAllowAllRotations()
1404 if (mAllowAllRotations == ALLOW_ALL_ROTATIONS_UNDEFINED) { in getAllowAllRotations()
1407 mAllowAllRotations = mContext.getResources().getBoolean( in getAllowAllRotations()
1413 return mAllowAllRotations; in getAllowAllRotations()
1677 pw.println(" mAllowAllRotations=" + allowAllRotationsToString(mAllowAllRotations)); in dump()