Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java281 private boolean mLastPrimaryBouncerShowing; field in StatusBarKeyguardViewManager
1213 primaryBouncerShowing != mLastPrimaryBouncerShowing; in updateStates()
1214 mLastPrimaryBouncerShowing = primaryBouncerShowing; in updateStates()
1292 || mLastPrimaryBouncerShowing || mLastRemoteInputActive || keyguardWithGestureNav in getLastNavBarVisible()