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.java224 Iterator<NotificationInfo> overflowIterator = mOverflowNotifications.iterator(); in trimNotifications() local
225 while (overflowIterator.hasNext()) { in trimNotifications()
226 if (!notifications.contains(overflowIterator.next().notificationKey)) { in trimNotifications()
227 overflowIterator.remove(); in trimNotifications()