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.java191 ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(); in updateNotificationViews() local
200 viewsToRemove.add((ExpandableNotificationRow) child); in updateNotificationViews()
205 for (ExpandableNotificationRow viewToRemove : viewsToRemove) { in updateNotificationViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5471 final ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(numChildren);
5479 viewsToRemove.add(row);
5493 viewsToRemove.add(childRow);
5507 if (viewsToRemove.isEmpty()) {
5515 for (ExpandableNotificationRow rowToRemove : viewsToRemove) {