Searched refs:ShortcutCachingLogic (Results 1 – 5 of 5) sorted by relevance
33 import com.android.launcher3.icons.ShortcutCachingLogic;85 info.bitmap = new ShortcutCachingLogic().loadIcon(context, si); in createWorkspaceItemFromPinItemRequest()
42 public class ShortcutCachingLogic implements CachingLogic<ShortcutInfo> { class71 Drawable unbadgedDrawable = ShortcutCachingLogic.getIcon( in loadIcon()
108 mShortcutCachingLogic = new ShortcutCachingLogic(); in IconCache()
72 import com.android.launcher3.icons.ShortcutCachingLogic;262 updateHandler.updateIcons(allShortcuts, new ShortcutCachingLogic(), in run()283 new ShortcutCachingLogic(), (pkgs, user) -> { }); in run()
82 import com.android.launcher3.icons.ShortcutCachingLogic;712 return ShortcutCachingLogic.getIcon(context, si.get(0), in loadFullDrawableWithoutTheme()