Searched refs:mDozeServiceHost (Results 1 – 1 of 1) sorted by relevance
374 private DozeServiceHost mDozeServiceHost = new DozeServiceHost(); field in StatusBar780 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()