Searched refs:hideDismissed (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LegacyNotificationIconAreaControllerImpl.java | 265 boolean showAmbient, boolean showLowPriority, boolean hideDismissed, in shouldShowNotificationIcon() argument 276 if (entry.isRowDismissed() && hideDismissed) { in shouldShowNotificationIcon() 370 boolean hideDismissed, boolean hideRepliedMessages, boolean hideCurrentMedia, in updateIconsForLayout() argument 377 if (shouldShowNotificationIcon(entry, showAmbient, showLowPriority, hideDismissed, in updateIconsForLayout() 447 if (hideDismissed) { in updateIconsForLayout()
|