Searched refs:mKeyguardOccluded (Results 1 – 3 of 3) sorted by relevance
178 private boolean mKeyguardOccluded; field in ScrimController582 && mKeyguardOccluded; in updateScrims()959 mKeyguardOccluded = keyguardOccluded; in setKeyguardOccluded()
505 volatile boolean mKeyguardOccluded; field in PhoneWindowManager2416 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 …]
224 private boolean mKeyguardOccluded; field in KeyguardUpdateMonitor581 mKeyguardOccluded = occluded; in setKeyguardOccluded()1709 return mAssistantVisible && mKeyguardOccluded in shouldListenForFingerprintAssistant()1715 return mAssistantVisible && mKeyguardOccluded in shouldListenForFaceAssistant()1725 shouldListenForFingerprintAssistant() || (mKeyguardOccluded && mIsDreaming)) in shouldListenForFingerprint()