Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java582 private boolean mIsKeyguard; field in StatusBar
3518 (!mDeviceInteractive || isGoingToSleep() && (isScreenFullyOff() || mIsKeyguard)); in updateIsKeyguard()
3537 mIsKeyguard = true; in showKeyguardImpl()
3681 mIsKeyguard = false; in hideKeyguardImpl()
4746 } else if (mIsKeyguard && !wakeAndUnlocking) { in updateScrimController()