Searched refs:mKeyguardOccluded (Results 1 – 6 of 6) sorted by relevance
93 private boolean mKeyguardOccluded; field in CompatUIController205 mKeyguardOccluded = occluded; in onKeyguardOccludedChanged()211 return !mKeyguardOccluded && !isImeShowingOnDisplay(displayId); in showOnDisplay()
338 if (state.mBouncerShowing && (state.mKeyguardOccluded || state.mKeyguardNeedsInput) in applyFocusableFlag()475 mCurrentState.mKeyguardOccluded, in notifyStateChangedCallbacks()517 mCurrentState.mKeyguardOccluded = occluded; in setKeyguardOccluded()773 boolean mKeyguardOccluded; field in NotificationShadeWindowControllerImpl.State806 return mKeyguardShowing && !mKeyguardOccluded; in isKeyguardShowingAndNotOccluded()
229 private boolean mKeyguardOccluded; field in ScrimController730 if (mKeyguardOccluded) { in applyState()889 && mKeyguardOccluded; in updateScrims()1308 mKeyguardOccluded = keyguardOccluded; in setKeyguardOccluded()
289 private boolean mKeyguardOccluded; field in KeyguardUpdateMonitor637 mKeyguardOccluded = occluded; in setKeyguardOccluded()2262 return mAssistantVisible && mKeyguardOccluded in shouldListenForFingerprintAssistant()2269 return mAssistantVisible && mKeyguardOccluded in shouldListenForFaceAssistant()2285 || (mKeyguardOccluded && mIsDreaming) in shouldListenForFingerprint()2286 || (mKeyguardOccluded && userDoesNotHaveTrust in shouldListenForFingerprint()2332 mKeyguardOccluded, in shouldListenForFingerprint()3135 callback.onKeyguardOccludedChanged(mKeyguardOccluded); in sendUpdates()
148 private boolean mKeyguardOccluded; field in StageCoordinator493 mKeyguardOccluded = occluded; in onKeyguardOccludedChanged()696 } else if (mKeyguardOccluded) { in onStageVisibilityChanged()
159 private boolean mKeyguardOccluded; field in StageCoordinator595 mKeyguardOccluded = occluded; in onKeyguardOccludedChanged()648 if (mDeviceSleep && mKeyguardOccluded && oneStageVisible) { in exitSplitScreenIfKeyguardOccluded()