Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java285 private boolean mLastDozing; field in StatusBarKeyguardViewManager
1233 mLastDozing = mDozing; in updateStates()
1287 boolean hideWhileDozing = mLastDozing && mLastBiometricMode != MODE_WAKE_AND_UNLOCK_PULSING; in getLastNavBarVisible()
1288 boolean keyguardWithGestureNav = (keyguardShowing && !mLastDozing in getLastNavBarVisible()