Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.java147 mParent.hasActiveClearableNotifications(ROWS_GENTLE)); in updateSectionBoundaries()
DNotificationStackScrollLayout.java546 final boolean closeShade = !hasActiveClearableNotifications(ROWS_HIGH_PRIORITY); in NotificationStackScrollLayout()
690 boolean showDismissView = mClearAllEnabled && hasActiveClearableNotifications(ROWS_ALL); in updateFooter()
703 public boolean hasActiveClearableNotifications(@SelectedRows int selection) { in hasActiveClearableNotifications() method in NotificationStackScrollLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java3403 public boolean hasActiveClearableNotifications() { in hasActiveClearableNotifications() method
3404 return mNotificationStackScroller.hasActiveClearableNotifications(ROWS_ALL); in hasActiveClearableNotifications()
DStatusBar.java1415 mNotificationPanel.hasActiveClearableNotifications(); in updateAreThereNotifications()