Searched refs:hideDismissed (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationIconAreaController.java | 283 boolean showAmbient, boolean showLowPriority, boolean hideDismissed, in shouldShowNotificationIcon() argument 311 if (entry.isRowDismissed() && hideDismissed) { in shouldShowNotificationIcon() 420 boolean hideDismissed, boolean hideRepliedMessages, boolean hideCurrentMedia, in updateIconsForLayout() argument 427 if (shouldShowNotificationIcon(entry, showAmbient, showLowPriority, hideDismissed, in updateIconsForLayout() 498 if (hideDismissed) { in updateIconsForLayout()
|