Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java144 boolean showAmbient, boolean hideDismissed, boolean hideRepliedMessages) { in shouldShowNotificationIcon() argument
154 if (entry.row.isDismissed() && hideDismissed) { in shouldShowNotificationIcon()
198 NotificationIconContainer hostLayout, boolean showAmbient, boolean hideDismissed, in updateIconsForLayout() argument
208 if (shouldShowNotificationIcon(ent, showAmbient, hideDismissed, in updateIconsForLayout()
275 if (hideDismissed) { in updateIconsForLayout()