Searched refs:mOverflowNotifications (Results 1 – 1 of 1) sorted by relevance
57 private final List<NotificationInfo> mOverflowNotifications = new ArrayList<>(); field in NotificationFooterLayout115 mOverflowNotifications.add(notificationInfo); in addNotificationInfo()134 mOverflowEllipsis.setVisibility(mOverflowNotifications.isEmpty() ? GONE : VISIBLE); in updateOverflowEllipsisVisibility()177 if (!mOverflowNotifications.isEmpty()) { in animateFirstNotificationTo()178 NotificationInfo notification = mOverflowNotifications.remove(0); in animateFirstNotificationTo()213 Iterator<NotificationInfo> overflowIterator = mOverflowNotifications.iterator(); in trimNotifications()