Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderTask.java196 List<ShortcutInfo> allShortcuts = new ArrayList<>(); in run() local
197 loadWorkspace(allShortcuts); in run()
243 updateHandler.updateIcons(allShortcuts, new ShortcutCachingLogic(), in run()
951 List<ShortcutInfo> allShortcuts = new ArrayList<>(); in loadDeepShortcuts() local
959 allShortcuts.addAll(shortcuts); in loadDeepShortcuts()
964 return allShortcuts; in loadDeepShortcuts()