Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java183 protected boolean mRemoteInputActive; field in StatusBarKeyguardViewManager
601 mRemoteInputActive = active; in onRemoteInputActive()
983 boolean remoteInputActive = mRemoteInputActive; in updateStates()
1068 || mRemoteInputActive || keyguardWithGestureNav in isNavBarVisible()
1209 pw.println(" mRemoteInputActive: " + mRemoteInputActive); in dump()
H A DNotificationShadeWindowControllerImpl.java339 || ENABLE_REMOTE_INPUT && state.mRemoteInputActive in applyFocusableFlag()
364 || ENABLE_REMOTE_INPUT && state.mRemoteInputActive) { in applyForceShowNavigationFlag()
650 mCurrentState.mRemoteInputActive = remoteInputActive; in onRemoteInputActive()
799 boolean mRemoteInputActive; field in NotificationShadeWindowControllerImpl.State