Home
last modified time | relevance | path

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

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