Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java165 NotificationInfo nextNotification = null; in trimNotifications() local
170 nextNotification = mNotificationInfos.get(i + 1); in trimNotifications()
174 if (nextNotification != null) { in trimNotifications()
175 mMainView.applyNotificationInfo(nextNotification, true); in trimNotifications()