Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderTask.java235 List<ShortcutInfo> allDeepShortcuts = loadDeepShortcuts(); in run() local
245 updateHandler.updateIcons(allDeepShortcuts, in run()
293 private void loadWorkspace(List<ShortcutInfo> allDeepShortcuts) { in loadWorkspace() argument
294 loadWorkspace(allDeepShortcuts, LauncherSettings.Favorites.CONTENT_URI); in loadWorkspace()
297 protected void loadWorkspace(List<ShortcutInfo> allDeepShortcuts, Uri contentUri) { in loadWorkspace() argument
550 allDeepShortcuts.add(pinnedShortcut); in loadWorkspace()