Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java235 ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(); in updateNotificationViews() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4957 final ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(numChildren); in clearNotifications() local