Searched defs:shortcutIds (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupPopulator.java74 public static @NonNull Item[] getItemsToPopulate(@NonNull List<String> shortcutIds, argument
79 int numShortcuts = shortcutIds.size();
91 boolean iconsOnly = !shortcutIds.isEmpty();
181 final List<String> shortcutIds, final List<DeepShortcutView> shortcutViews,
202 .queryForShortcutsContainer(activity, shortcutIds, user);
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.java167 List<String> shortcutIds = popupDataProvider.getShortcutIdsForItem(itemInfo);
178 container.populateAndShow(icon, shortcutIds, notificationKeys, systemShortcuts);
182 public void populateAndShow(final BubbleTextView originalIcon, final List<String> shortcutIds, argument
194 .getItemsToPopulate(shortcutIds, notificationKeys, systemShortcuts);
252 this, shortcutIds, shortcutViews, notificationKeys, mNotificationItemView,
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutManager.java89 List<String> shortcutIds, UserHandle user) {
90 return query(FLAG_GET_ALL, packageName, null, shortcutIds, user);
192 List<String> shortcutIds = new ArrayList<>(shortcuts.size());
194 shortcutIds.add(shortcut.getId());
196 return shortcutIds;
207 ComponentName activity, List<String> shortcutIds, UserHandle user) {
214 q.setShortcutIds(shortcutIds);
88 queryForFullDetails(String packageName, List<String> shortcutIds, UserHandle user) argument
206 query(int flags, String packageName, ComponentName activity, List<String> shortcutIds, UserHandle user) argument

Completed in 74 milliseconds