Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupPopulator.java136 final List<DeepShortcutView> shortcutViews, in createUpdateRunnable() argument
162 for (int i = 0; i < shortcuts.size() && i < shortcutViews.size(); i++) { in createUpdateRunnable()
169 final DeepShortcutView view = shortcutViews.get(i); in createUpdateRunnable()