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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java196 private boolean mKeyguardOccluded; field in class:KeyguardUpdateMonitor
462 mKeyguardOccluded = occluded;
1207 return mAssistantVisible && mKeyguardOccluded
1215 shouldListenForFingerprintAssistant() || (mKeyguardOccluded && mIsDreaming))
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java693 volatile boolean mKeyguardOccluded; field in class:PhoneWindowManager
2596 if (mKeyguardOccluded) {
2918 if (mKeyguardOccluded) {
3054 setKeyguardOccludedLw(mKeyguardOccluded, true /* force */);
4167 if (!mKeyguardOccluded && mKeyguardDelegate.isInputRestricted()) {
4480 boolean isKeyguardShowing = isStatusBarKeyguard() && !mKeyguardOccluded;
5682 final boolean wasOccluded = mKeyguardOccluded;
5686 mKeyguardOccluded = false;
5696 mKeyguardOccluded = true;
5704 mKeyguardOccluded
[all...]

Completed in 759 milliseconds