Searched refs:closeShade (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/ |
D | NotificationListViewBinder.kt | 232 closeShade = !hasClearableAlertingNotifications.value, in <lambda>() 255 closeShade: Boolean, in <lambda>() 258 view.clearSilentNotifications(closeShade, hideSilentSection) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 5362 public void clearSilentNotifications(boolean closeShade, in clearSilentNotifications() argument 5364 clearNotifications(ROWS_GENTLE, closeShade, hideSilentSection); in clearSilentNotifications() 5368 void clearNotifications(@SelectedRows int selection, boolean closeShade) { in clearNotifications() argument 5372 clearNotifications(selection, closeShade, hideSilentSection); in clearNotifications() 5379 void clearNotifications(@SelectedRows int selection, boolean closeShade, in clearNotifications() argument 5402 mShadeNeedsToClose = closeShade; in clearNotifications()
|
D | NotificationStackScrollLayoutController.java | 1667 final boolean closeShade = !hasActiveClearableNotifications(ROWS_HIGH_PRIORITY); 1668 mView.clearNotifications(ROWS_GENTLE, closeShade);
|