Searched refs:mLidOpenRotation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java530 int mLidOpenRotation; field in class:PhoneWindowManager
1947 mLidOpenRotation = readRotation(
7097 if (mLidState == LID_OPEN && mLidOpenRotation >= 0) {
7099 preferredRotation = mLidOpenRotation;
8307 pw.print(" mLidOpenRotation="); pw.print(mLidOpenRotation);

Completed in 2243 milliseconds