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.java175 private boolean mKeyguardOccluded; field in ScrimController
540 && mKeyguardOccluded; in updateScrims()
915 mKeyguardOccluded = keyguardOccluded; in setKeyguardOccluded()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java502 volatile boolean mKeyguardOccluded; field in PhoneWindowManager
2412 if (displayId == DEFAULT_DISPLAY && mKeyguardOccluded) { in addSplashScreen()
3452 if (!mKeyguardOccluded && mKeyguardDelegate.isInputRestricted()) { in launchHomeFromHotKey()
3515 setKeyguardOccludedLw(mKeyguardOccluded, true /* force */); in setKeyguardCandidateLw()
3525 final boolean wasOccluded = mKeyguardOccluded; in setKeyguardOccludedLw()
3529 mKeyguardOccluded = false; in setKeyguardOccludedLw()
3539 mKeyguardOccluded = true; in setKeyguardOccludedLw()
3547 mKeyguardOccluded = isOccluded; in setKeyguardOccludedLw()
4719 return mKeyguardDelegate.isShowing() && !mKeyguardOccluded; in isKeyguardShowingAndNotOccluded()
4745 return mKeyguardOccluded; in isKeyguardOccluded()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java209 private boolean mKeyguardOccluded; field in KeyguardUpdateMonitor
516 mKeyguardOccluded = occluded; in setKeyguardOccluded()
1602 return mAssistantVisible && mKeyguardOccluded in shouldListenForFingerprintAssistant()
1608 return mAssistantVisible && mKeyguardOccluded in shouldListenForFaceAssistant()
1618 shouldListenForFingerprintAssistant() || (mKeyguardOccluded && mIsDreaming)) in shouldListenForFingerprint()