Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java150 uiHandler.post(() -> container.applyNotificationInfos(infos)); in createUpdateRunnable()
DPopupContainerWithArrow.java353 public void applyNotificationInfos(List<NotificationInfo> notificationInfos) { in applyNotificationInfos() method
355 mNotificationItemView.applyNotificationInfos(notificationInfos); in applyNotificationInfos()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java169 public void applyNotificationInfos(final List<NotificationInfo> notificationInfos) { in applyNotificationInfos() method in NotificationItemView