Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowController.java283 if (state.mBouncerShowing && (state.mKeyguardOccluded || state.mKeyguardNeedsInput) in applyFocusableFlag()
290 if (state.mKeyguardNeedsInput && state.isKeyguardShowingAndNotOccluded()) { in applyFocusableFlag()
457 mCurrentState.mKeyguardNeedsInput = needsInput; in setKeyguardNeedsInput()
650 boolean mKeyguardNeedsInput; field in NotificationShadeWindowController.State