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.java187 ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(); in updateNotificationViews() local
196 viewsToRemove.add((ExpandableNotificationRow) child); in updateNotificationViews()
201 for (ExpandableNotificationRow viewToRemove : viewsToRemove) { in updateNotificationViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5483 final ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(numChildren);
5491 viewsToRemove.add(row);
5505 viewsToRemove.add(childRow);
5519 if (viewsToRemove.isEmpty()) {
5527 for (ExpandableNotificationRow rowToRemove : viewsToRemove) {