Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt180 hideSilentSection = !hasNonClearableSilentNotifications.value, in <lambda>()
235 hideSilentSection = !hasNonClearableSilentNotifications.value, in <lambda>()
247 hideSilentSection: Boolean, in <lambda>()
250 view.clearAllNotifications(hideSilentSection) in <lambda>()
256 hideSilentSection: Boolean in <lambda>()
258 view.clearSilentNotifications(closeShade, hideSilentSection) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5300 boolean hideSilentSection) { in getVisibleViewsToAnimateAway() argument
5309 if (hideSilentSection) { in getVisibleViewsToAnimateAway()
5357 public void clearAllNotifications(boolean hideSilentSection) { in clearAllNotifications() argument
5358 clearNotifications(ROWS_ALL, /* closeShade = */ true, hideSilentSection); in clearAllNotifications()
5363 boolean hideSilentSection) { in clearSilentNotifications() argument
5364 clearNotifications(ROWS_GENTLE, closeShade, hideSilentSection); in clearSilentNotifications()
5370 final boolean hideSilentSection = !mController.hasNotifications( in clearNotifications()
5372 clearNotifications(selection, closeShade, hideSilentSection); in clearNotifications()
5380 boolean hideSilentSection) { in clearNotifications() argument
5383 hideSilentSection); in clearNotifications()