Searched refs:mRemoteInputActive (Results 1 – 2 of 2) sorted by relevance
183 protected boolean mRemoteInputActive; field in StatusBarKeyguardViewManager601 mRemoteInputActive = active; in onRemoteInputActive()983 boolean remoteInputActive = mRemoteInputActive; in updateStates()1068 || mRemoteInputActive || keyguardWithGestureNav in isNavBarVisible()1209 pw.println(" mRemoteInputActive: " + mRemoteInputActive); in dump()
339 || 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