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.java174 private int mAllowAllRotations = ALLOW_ALL_ROTATIONS_UNDEFINED; field in DisplayRotation
1151 if (mAllowAllRotations == ALLOW_ALL_ROTATIONS_UNDEFINED) { in rotationForOrientation()
1154 mAllowAllRotations = mContext.getResources().getBoolean( in rotationForOrientation()
1160 || mAllowAllRotations == ALLOW_ALL_ROTATIONS_ENABLED in rotationForOrientation()
1449 pw.println(" mAllowAllRotations=" + allowAllRotationsToString(mAllowAllRotations)); in dump()