Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java213 Iterator<NotificationInfo> overflowIterator = mOverflowNotifications.iterator(); in trimNotifications() local
214 while (overflowIterator.hasNext()) { in trimNotifications()
215 if (!notifications.contains(overflowIterator.next().notificationKey)) { in trimNotifications()
216 overflowIterator.remove(); in trimNotifications()