Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java656 protected boolean mIsKeyguard; field in StatusBar
2939 && (!mDeviceInteractive || isGoingToSleep() && (isScreenFullyOff() || mIsKeyguard)); in updateIsKeyguard()
2960 mIsKeyguard = true; in showKeyguardImpl()
3082 mIsKeyguard = false; in hideKeyguardImpl()
3774 } else if (mIsKeyguard && !unlocking) { in updateScrimController()