Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pm/
DPinRequestHelper.java35 import com.android.launcher3.icons.ShortcutCachingLogic;
80 info.bitmap = new ShortcutCachingLogic().loadIcon(context, si); in createWorkspaceItemFromPinItemRequest()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DShortcutCachingLogic.java43 public class ShortcutCachingLogic implements CachingLogic<ShortcutInfo> { class
77 Drawable unbadgedDrawable = ShortcutCachingLogic.getIcon( in loadIcon()
DIconCache.java118 mShortcutCachingLogic = new ShortcutCachingLogic(); in IconCache()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderTask.java76 import com.android.launcher3.icons.ShortcutCachingLogic;
304 updateHandler.updateIcons(allShortcuts, new ShortcutCachingLogic(), in run()
323 new ShortcutCachingLogic(), (pkgs, user) -> { }); in run()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java87 import com.android.launcher3.icons.ShortcutCachingLogic;
621 mainIcon = ShortcutCachingLogic.getIcon(context, si, in getFullDrawable()