Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java468 private boolean mDozingRequested; field in StatusBar
2967 boolean keyguardForDozing = mDozingRequested && in updateIsKeyguard()
3422 boolean dozingAnimated = mDozingRequested in onDozingChanged()
3438 boolean dozing = mDozingRequested && mState == StatusBarState.KEYGUARD in updateDozing()
3901 if (!mDozingRequested) { in startDozing()
3902 mDozingRequested = true; in startDozing()
3973 if (mDozingRequested) { in stopDozing()
3974 mDozingRequested = false; in stopDozing()