Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java112 final List<DeepShortcutView> shortcutViews) { in createUpdateRunnable() argument
121 for (int i = 0; i < shortcuts.size() && i < shortcutViews.size(); i++) { in createUpdateRunnable()
128 final DeepShortcutView view = shortcutViews.get(i); in createUpdateRunnable()