Searched refs:viewsToRemove (Results 1 – 2 of 2) sorted by relevance
129 ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(); in updateNotificationViews() local138 viewsToRemove.add((ExpandableNotificationRow) child); in updateNotificationViews()143 for (ExpandableNotificationRow viewToRemove : viewsToRemove) { in updateNotificationViews()
1221 final ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(numChildren); in clearAllNotifications() local1229 viewsToRemove.add(row); in clearAllNotifications()1242 viewsToRemove.add(childRow); in clearAllNotifications()1255 if (viewsToRemove.isEmpty()) { in clearAllNotifications()1262 for (ExpandableNotificationRow rowToRemove : viewsToRemove) { in clearAllNotifications()