Searched refs:hasActiveClearableNotifications (Results 1 – 4 of 4) sorted by relevance
147 mParent.hasActiveClearableNotifications(ROWS_GENTLE)); in updateSectionBoundaries()
542 final boolean closeShade = !hasActiveClearableNotifications(ROWS_HIGH_PRIORITY); in NotificationStackScrollLayout()679 boolean showDismissView = mClearAllEnabled && hasActiveClearableNotifications(ROWS_ALL); in updateFooter()692 public boolean hasActiveClearableNotifications(@SelectedRows int selection) { in hasActiveClearableNotifications() method in NotificationStackScrollLayout
3055 public boolean hasActiveClearableNotifications() { in hasActiveClearableNotifications() method3056 return mNotificationStackScroller.hasActiveClearableNotifications(ROWS_ALL); in hasActiveClearableNotifications()
1340 mNotificationPanel.hasActiveClearableNotifications(); in updateAreThereNotifications()