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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java304 int mUserRotationMode = WindowManagerPolicy.USER_ROTATION_FREE; field in class:PhoneWindowManager
600 if (mUserRotationMode == USER_ROTATION_LOCKED) {
1086 if (mUserRotationMode != userRotationMode) {
1087 mUserRotationMode = userRotationMode;
3940 + ((mUserRotationMode == WindowManagerPolicy.USER_ROTATION_LOCKED)
3975 } else if ((mUserRotationMode == WindowManagerPolicy.USER_ROTATION_FREE
3998 } else if (mUserRotationMode == WindowManagerPolicy.USER_ROTATION_LOCKED
4107 // mUserRotationMode and mUserRotation will be assigned by the content observer
4571 pw.print(prefix); pw.print("mUserRotationMode="); pw.print(mUserRotationMode);
[all...]

Completed in 53 milliseconds