Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationFooterLayout.java57 private final List<NotificationInfo> mOverflowNotifications = new ArrayList<>(); field in NotificationFooterLayout
126 mOverflowNotifications.add(notificationInfo); in addNotificationInfo()
145 mOverflowEllipsis.setVisibility(mOverflowNotifications.isEmpty() ? GONE : VISIBLE); in updateOverflowEllipsisVisibility()
188 if (!mOverflowNotifications.isEmpty()) { in animateFirstNotificationTo()
189 NotificationInfo notification = mOverflowNotifications.remove(0); in animateFirstNotificationTo()
224 Iterator<NotificationInfo> overflowIterator = mOverflowNotifications.iterator(); in trimNotifications()