Home
last modified time | relevance | path

Searched refs:mKeyguardOccluded (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java178 private boolean mKeyguardOccluded; field in ScrimController
582 && mKeyguardOccluded; in updateScrims()
959 mKeyguardOccluded = keyguardOccluded; in setKeyguardOccluded()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java505 volatile boolean mKeyguardOccluded; field in PhoneWindowManager
2416 if (displayId == DEFAULT_DISPLAY && mKeyguardOccluded) { in addSplashScreen()
3467 if (!mKeyguardOccluded && mKeyguardDelegate.isInputRestricted()) { in launchHomeFromHotKey()
3530 setKeyguardOccludedLw(mKeyguardOccluded, true /* force */); in setKeyguardCandidateLw()
3540 final boolean wasOccluded = mKeyguardOccluded; in setKeyguardOccludedLw()
3544 mKeyguardOccluded = false; in setKeyguardOccludedLw()
3554 mKeyguardOccluded = true; in setKeyguardOccludedLw()
3562 mKeyguardOccluded = isOccluded; in setKeyguardOccludedLw()
4738 return mKeyguardDelegate.isShowing() && !mKeyguardOccluded; in isKeyguardShowingAndNotOccluded()
4764 return mKeyguardOccluded; in isKeyguardOccluded()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java224 private boolean mKeyguardOccluded; field in KeyguardUpdateMonitor
581 mKeyguardOccluded = occluded; in setKeyguardOccluded()
1709 return mAssistantVisible && mKeyguardOccluded in shouldListenForFingerprintAssistant()
1715 return mAssistantVisible && mKeyguardOccluded in shouldListenForFaceAssistant()
1725 shouldListenForFingerprintAssistant() || (mKeyguardOccluded && mIsDreaming)) in shouldListenForFingerprint()