Searched refs:mKeyguardOccluded (Results 1 – 3 of 3) sorted by relevance
175 private boolean mKeyguardOccluded; field in ScrimController540 && mKeyguardOccluded; in updateScrims()915 mKeyguardOccluded = keyguardOccluded; in setKeyguardOccluded()
502 volatile boolean mKeyguardOccluded; field in PhoneWindowManager2412 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 …]
209 private boolean mKeyguardOccluded; field in KeyguardUpdateMonitor516 mKeyguardOccluded = occluded; in setKeyguardOccluded()1602 return mAssistantVisible && mKeyguardOccluded in shouldListenForFingerprintAssistant()1608 return mAssistantVisible && mKeyguardOccluded in shouldListenForFaceAssistant()1618 shouldListenForFingerprintAssistant() || (mKeyguardOccluded && mIsDreaming)) in shouldListenForFingerprint()