Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUIController.java93 private boolean mKeyguardOccluded; field in CompatUIController
205 mKeyguardOccluded = occluded; in onKeyguardOccludedChanged()
211 return !mKeyguardOccluded && !isImeShowingOnDisplay(displayId); in showOnDisplay()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowControllerImpl.java338 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.State
806 return mKeyguardShowing && !mKeyguardOccluded; in isKeyguardShowingAndNotOccluded()
H A DScrimController.java229 private boolean mKeyguardOccluded; field in ScrimController
730 if (mKeyguardOccluded) { in applyState()
889 && mKeyguardOccluded; in updateScrims()
1308 mKeyguardOccluded = keyguardOccluded; in setKeyguardOccluded()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java289 private boolean mKeyguardOccluded; field in KeyguardUpdateMonitor
637 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()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DStageCoordinator.java148 private boolean mKeyguardOccluded; field in StageCoordinator
493 mKeyguardOccluded = occluded; in onKeyguardOccludedChanged()
696 } else if (mKeyguardOccluded) { in onStageVisibilityChanged()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageCoordinator.java159 private boolean mKeyguardOccluded; field in StageCoordinator
595 mKeyguardOccluded = occluded; in onKeyguardOccludedChanged()
648 if (mDeviceSleep && mKeyguardOccluded && oneStageVisible) { in exitSplitScreenIfKeyguardOccluded()