Searched refs:ShortcutCachingLogic (Results 1 – 5 of 5) sorted by relevance
35 import com.android.launcher3.icons.ShortcutCachingLogic;80 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()
76 import com.android.launcher3.icons.ShortcutCachingLogic;304 updateHandler.updateIcons(allShortcuts, new ShortcutCachingLogic(), in run()323 new ShortcutCachingLogic(), (pkgs, user) -> { }); in run()
87 import com.android.launcher3.icons.ShortcutCachingLogic;621 mainIcon = ShortcutCachingLogic.getIcon(context, si, in getFullDrawable()