Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1375 final ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(numChildren); in clearAllNotifications() local
1383 viewsToRemove.add(row); in clearAllNotifications()
1396 viewsToRemove.add(childRow); in clearAllNotifications()
1409 if (viewsToRemove.isEmpty()) { in clearAllNotifications()
1418 for (ExpandableNotificationRow rowToRemove : viewsToRemove) { in clearAllNotifications()