Searched refs:mAllowAllRotations (Results 1 - 1 of 1) sorted by path

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java342 int mAllowAllRotations = -1; field in class:PhoneWindowManager
5076 if (mAllowAllRotations < 0) {
5080 mAllowAllRotations = mContext.getResources().getBoolean(
5084 || mAllowAllRotations == 1
5933 pw.print(" mAllowAllRotations="); pw.println(mAllowAllRotations);

Completed in 44 milliseconds