Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java184 final List<String> shortcutIds, final List<DeepShortcutView> shortcutViews, in createUpdateRunnable() argument
209 for (int i = 0; i < shortcuts.size() && i < shortcutViews.size(); i++) { in createUpdateRunnable()
216 uiHandler.post(new UpdateShortcutChild(container, shortcutViews.get(i), in createUpdateRunnable()
DPopupContainerWithArrow.java195 List<DeepShortcutView> shortcutViews = mShortcutsItemView == null in populateAndShow() local
205 int numShortcuts = shortcutViews.size() + systemShortcutViews.size(); in populateAndShow()
233 this, shortcutIds, shortcutViews, notificationKeys, mNotificationItemView, in populateAndShow()