Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1759 if (CLOSE_PANEL_WHEN_EMPTIED && !hasActiveNotifications() in removeNotification()
2148 final boolean clearable = hasActiveNotifications() && in setAreThereNotifications()
2152 hasActiveNotifications() + " clearable=" + clearable); in setAreThereNotifications()
2157 final boolean showDot = hasActiveNotifications() && !areLightsOn(); in setAreThereNotifications()
4646 && hasActiveNotifications() && (!isDozing() || isPulsing())) { in onDraggedDown()
4977 public boolean hasActiveNotifications() { in hasActiveNotifications() method
DNotificationPanelView.java2111 } else if (!mStatusBar.hasActiveNotifications()) { in setEmptyDragAmount()