Searched refs:hasActiveClearableNotifications (Results 1 – 4 of 4) sorted by relevance
147 mParent.hasActiveClearableNotifications(ROWS_GENTLE)); in updateSectionBoundaries()
546 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
3403 public boolean hasActiveClearableNotifications() { in hasActiveClearableNotifications() method3404 return mNotificationStackScroller.hasActiveClearableNotifications(ROWS_ALL); in hasActiveClearableNotifications()
1415 mNotificationPanel.hasActiveClearableNotifications(); in updateAreThereNotifications()