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.java1430 if (CLOSE_PANEL_WHEN_EMPTIED && !hasActiveNotifications() in onNotificationRemoved()
1543 final boolean clearable = hasActiveNotifications() && in setAreThereNotifications()
1547 hasActiveNotifications() + " clearable=" + clearable); in setAreThereNotifications()
1552 final boolean showDot = hasActiveNotifications() && !areLightsOn(); in setAreThereNotifications()
4166 && hasActiveNotifications() && (!isDozing() || isPulsing())) { in onDraggedDown()
4578 public boolean hasActiveNotifications() { in hasActiveNotifications() method
DNotificationPanelView.java2248 } else if (!mStatusBar.hasActiveNotifications()) { in setEmptyDragAmount()