Home
last modified time | relevance | path

Searched refs:keyguardNeedsInput (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowState.kt32 @JvmField var keyguardNeedsInput: Boolean = false, variable in com.android.systemui.shade.NotificationShadeWindowState
78 keyguardNeedsInput.toString(), in <lambda>()
120 keyguardNeedsInput: Boolean, in insert()
151 this.keyguardNeedsInput = keyguardNeedsInput in insert()
DNotificationShadeWindowControllerImpl.java439 if (state.bouncerShowing && (state.keyguardOccluded || state.keyguardNeedsInput) in applyFocusableFlag()
447 if (state.keyguardNeedsInput && state.isKeyguardShowingAndNotOccluded()) { in applyFocusableFlag()
603 state.keyguardNeedsInput, in logState()
707 mCurrentState.keyguardNeedsInput = needsInput; in setKeyguardNeedsInput()