Searched defs:isDozing (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DDozeTrigger.java98 public boolean isDozing() { method in class:DozeTrigger
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeScrimController.java175 public boolean isDozing() { method in class:DozeScrimController
H A DPanelView.java1201 protected abstract boolean isDozing(); method in class:PanelView
H A DNotificationPanelView.java773 mDozingOnDown = isDozing();
2211 public boolean isDozing() { method in class:NotificationPanelView
H A DStatusBar.java2704 public boolean isDozing() { method in class:StatusBar
4969 && hasActiveNotifications() && (!isDozing() || isPulsing())) {
5582 if (isDozing() && ignore) {
5690 return isDozing() && mDozeServiceHost.mIgnoreTouchWhilePulsing;
7275 entry.row.setShowAmbient(isDozing());
7447 if (!inUse && !isDozing()) {
7454 if (!isDozing() && mNotificationData.shouldSuppressScreenOn(sbn.getKey())) {
7459 if (isDozing() && mNotificationData.shouldSuppressScreenOff(sbn.getKey())) {
7475 int importanceLevel = isDozing() ? NotificationManager.IMPORTANCE_DEFAULT
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java674 public boolean isDozing() { method in class:DreamService
1090 if (isDozing()) pw.print(" dozing");

Completed in 202 milliseconds