Searched defs:mAllowAllRotations (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java308 int mAllowAllRotations = -1; field in class:PhoneWindowManager
3984 if (mAllowAllRotations < 0) {
3988 mAllowAllRotations = mContext.getResources().getBoolean(
3992 || mAllowAllRotations == 1
4573 pw.print(" mAllowAllRotations="); pw.println(mAllowAllRotations);

Completed in 122 milliseconds