Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java284 protected boolean mLastRemoteInputActive; field in StatusBarKeyguardViewManager
1197 != (mLastBouncerDismissible || !mLastShowing || mLastRemoteInputActive) in updateStates()
1232 mLastRemoteInputActive = remoteInputActive; in updateStates()
1292 || mLastPrimaryBouncerShowing || mLastRemoteInputActive || keyguardWithGestureNav in getLastNavBarVisible()