Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java129 ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(); in updateNotificationViews() local
138 viewsToRemove.add((ExpandableNotificationRow) child); in updateNotificationViews()
143 for (ExpandableNotificationRow viewToRemove : viewsToRemove) { in updateNotificationViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1221 final ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(numChildren); in clearAllNotifications() local
1229 viewsToRemove.add(row); in clearAllNotifications()
1242 viewsToRemove.add(childRow); in clearAllNotifications()
1255 if (viewsToRemove.isEmpty()) { in clearAllNotifications()
1262 for (ExpandableNotificationRow rowToRemove : viewsToRemove) { in clearAllNotifications()