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()
43 public class ShortcutCachingLogic implements CachingLogic<ShortcutInfo> { class77 Drawable unbadgedDrawable = ShortcutCachingLogic.getIcon( in loadIcon()
118 mShortcutCachingLogic = new ShortcutCachingLogic(); in IconCache()
73 import com.android.launcher3.icons.ShortcutCachingLogic;263 updateHandler.updateIcons(allShortcuts, new ShortcutCachingLogic(), in run()282 new ShortcutCachingLogic(), (pkgs, user) -> { }); in run()
74 import com.android.launcher3.icons.ShortcutCachingLogic;609 return ShortcutCachingLogic.getIcon(context, si.get(0), in loadFullDrawableWithoutTheme()