Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java94 private int mAllowAllRotations = -1; field in DisplayRotation
616 if (mAllowAllRotations < 0) { in rotationForOrientation()
620 mAllowAllRotations = mContext.getResources().getBoolean( in rotationForOrientation()
624 || mAllowAllRotations == 1 in rotationForOrientation()
901 pw.println(" mAllowAllRotations=" + allowAllRotationsToString(mAllowAllRotations)); in dump()