Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java94 protected boolean mLastRemoteInputActive; field in StatusBarKeyguardViewManager
525 (mLastBouncerDismissible || !mLastShowing || mLastRemoteInputActive) in updateStates()
572 mLastRemoteInputActive = remoteInputActive; in updateStates()
589 return (!(mLastShowing && !mLastOccluded) || mLastBouncerShowing || mLastRemoteInputActive) in getLastNavBarVisible()