Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3354 boolean animate = (!mDozing && mDozeServiceHost.shouldAnimateWakeup() && !wakeAndUnlock) in updateDozingState()
4257 private boolean shouldAnimateWakeup() { in shouldAnimateWakeup() method in DozeServiceHost