Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java2319 boolean animate = (!mDozing && shouldAnimateDozeWakeup()) in updateDozingState()
2530 if (!isFlaggedOff && shouldAnimateDozeWakeup()) {
3276 private boolean shouldAnimateDozeWakeup() { in shouldAnimateDozeWakeup() method