Searched defs:notificationKeys (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationKeyData.java48 public static List<String> extractKeysOnly(@NonNull List<NotificationKeyData> notificationKeys) { argument
49 List<String> keysOnly = new ArrayList<>(notificationKeys.size());
50 for (NotificationKeyData notificationKeyData : notificationKeys) {
H A DNotificationItemView.java179 public void trimNotifications(final List<String> notificationKeys) { argument
180 boolean dismissedMainNotification = !notificationKeys.contains(
200 mFooter.trimNotifications(notificationKeys);
/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupDataProvider.java245 List<NotificationKeyData> notificationKeys) {
248 : notificationListener.getNotificationsForKeys(notificationKeys);
244 getStatusBarNotificationsForKeys( List<NotificationKeyData> notificationKeys) argument
H A DPopupPopulator.java75 @NonNull List<NotificationKeyData> notificationKeys,
77 boolean hasNotifications = notificationKeys.size() > 0;
182 final List<NotificationKeyData> notificationKeys,
192 .getStatusBarNotificationsForKeys(notificationKeys);
203 String shortcutIdToDeDupe = notificationKeys.isEmpty() ? null
204 : notificationKeys.get(0).shortcutId;
74 getItemsToPopulate(@onNull List<String> shortcutIds, @NonNull List<NotificationKeyData> notificationKeys, @NonNull List<SystemShortcut> systemShortcuts) argument
179 createUpdateRunnable(final Launcher launcher, final ItemInfo originalInfo, final Handler uiHandler, final PopupContainerWithArrow container, final List<String> shortcutIds, final List<DeepShortcutView> shortcutViews, final List<NotificationKeyData> notificationKeys, final NotificationItemView notificationView, final List<SystemShortcut> systemShortcuts, final List<View> systemShortcutViews) argument
H A DPopupContainerWithArrow.java168 List<NotificationKeyData> notificationKeys = popupDataProvider
178 container.populateAndShow(icon, shortcutIds, notificationKeys, systemShortcuts);
183 final List<NotificationKeyData> notificationKeys, List<SystemShortcut> systemShortcuts) {
194 .getItemsToPopulate(shortcutIds, notificationKeys, systemShortcuts);
195 addDummyViews(itemsToPopulate, notificationKeys.size());
206 addDummyViews(itemsToPopulate, notificationKeys.size());
224 int numNotifications = notificationKeys.size();
252 this, shortcutIds, shortcutViews, notificationKeys, mNotificationItemView,
182 populateAndShow(final BubbleTextView originalIcon, final List<String> shortcutIds, final List<NotificationKeyData> notificationKeys, List<SystemShortcut> systemShortcuts) argument

Completed in 81 milliseconds