Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java198 private boolean mLastDozing; field in StatusBarKeyguardViewManager
1024 mLastDozing = mDozing; in updateStates()
1077 boolean hideWhileDozing = mLastDozing && mLastBiometricMode != MODE_WAKE_AND_UNLOCK_PULSING; in getLastNavBarVisible()
1078 boolean keyguardWithGestureNav = (keyguardShowing && !mLastDozing in getLastNavBarVisible()