Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java374 private DozeServiceHost mDozeServiceHost = new DozeServiceHost(); field in StatusBar
780 putComponent(DozeHost.class, mDozeServiceHost); in start()
923 if (mDozeServiceHost != null) { in makeStatusBarView()
924 mDozeServiceHost.firePowerSaveChanged(isPowerSave); in makeStatusBarView()
2018 mDozeServiceHost.fireNotificationHeadsUp(); in onHeadsUpStateChanged()
3907 boolean animate = (!mDozing && mDozeServiceHost.shouldAnimateWakeup()) in updateDozingState()
3908 || (mDozing && mDozeServiceHost.shouldAnimateScreenOff() && sleepingFromKeyguard); in updateDozingState()
4509 mDozeServiceHost.stopDozing();
4966 return isDozing() && mDozeServiceHost.mIgnoreTouchWhilePulsing; in shouldIgnoreTouch()