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.java33 import com.android.launcher3.icons.ShortcutCachingLogic;
85 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.java73 import com.android.launcher3.icons.ShortcutCachingLogic;
263 updateHandler.updateIcons(allShortcuts, new ShortcutCachingLogic(), in run()
282 new ShortcutCachingLogic(), (pkgs, user) -> { }); in run()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java74 import com.android.launcher3.icons.ShortcutCachingLogic;
609 return ShortcutCachingLogic.getIcon(context, si.get(0), in loadFullDrawableWithoutTheme()