Searched defs:mLidOpenRotation (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java298 int mLidOpenRotation; field in class:PhoneWindowManager
886 mLidOpenRotation = readRotation(
3971 if (mLidState == LID_OPEN && mLidOpenRotation >= 0) {
3973 preferredRotation = mLidOpenRotation;
4576 pw.print(" mLidOpenRotation="); pw.print(mLidOpenRotation);

Completed in 41 milliseconds