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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java699 volatile boolean mKeyguardOccluded; field in class:PhoneWindowManager
2576 if (mKeyguardOccluded) {
2900 if (mKeyguardOccluded) {
3036 setKeyguardOccludedLw(mKeyguardOccluded, true /* force */);
4140 if (!mKeyguardOccluded && mKeyguardDelegate.isInputRestricted()) {
4453 boolean isKeyguardShowing = isStatusBarKeyguard() && !mKeyguardOccluded;
5616 final boolean wasOccluded = mKeyguardOccluded;
5620 mKeyguardOccluded = false;
5630 mKeyguardOccluded = true;
5638 mKeyguardOccluded
[all...]

Completed in 31 milliseconds