Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/pm/
H A DPinRequestHelper.java33 import com.android.launcher3.icons.ShortcutCachingLogic;
85 info.bitmap = new ShortcutCachingLogic().loadIcon(context, si); in createWorkspaceItemFromPinItemRequest()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DShortcutCachingLogic.java42 public class ShortcutCachingLogic implements CachingLogic<ShortcutInfo> { class
71 Drawable unbadgedDrawable = ShortcutCachingLogic.getIcon( in loadIcon()
H A DIconCache.java108 mShortcutCachingLogic = new ShortcutCachingLogic(); in IconCache()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderTask.java72 import com.android.launcher3.icons.ShortcutCachingLogic;
262 updateHandler.updateIcons(allShortcuts, new ShortcutCachingLogic(), in run()
283 new ShortcutCachingLogic(), (pkgs, user) -> { }); in run()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java82 import com.android.launcher3.icons.ShortcutCachingLogic;
712 return ShortcutCachingLogic.getIcon(context, si.get(0), in loadFullDrawableWithoutTheme()