Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java565 protected boolean mIsKeyguard; field in StatusBar
3087 (!mDeviceInteractive || isGoingToSleep() && (isScreenFullyOff() || mIsKeyguard)); in updateIsKeyguard()
3107 mIsKeyguard = true; in showKeyguardImpl()
3244 mIsKeyguard = false; in hideKeyguardImpl()
3995 } else if (mIsKeyguard && !unlocking) { in updateScrimController()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java562 if (mIsKeyguard) { in restartNavBars()