Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java287 private boolean mLastIsDocked; field in StatusBarKeyguardViewManager
1238 mLastIsDocked = mIsDocked; in updateStates()
1289 && !mLastScreenOffAnimationPlaying || mLastPulsing && !mLastIsDocked) in getLastNavBarVisible()