Searched refs:mAllowAllRotations (Results 1 – 1 of 1) sorted by relevance
174 private int mAllowAllRotations = ALLOW_ALL_ROTATIONS_UNDEFINED; field in DisplayRotation1151 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()