Searched refs:newPendingIcon (Results 1 – 4 of 4) sorted by relevance
23 import static com.android.launcher3.graphics.PreloadIconDrawable.newPendingIcon;327 ? newPendingIcon(getContext(), info) in reapplyItemInfo()
24 import static com.android.launcher3.graphics.PreloadIconDrawable.newPendingIcon;447 PreloadIconDrawable drawable = newPendingIcon(mContext, wii);
354 public static PreloadIconDrawable newPendingIcon(Context context, ItemInfoWithIcon info) { in newPendingIcon() method in PreloadIconDrawable
22 import static com.android.launcher3.graphics.PreloadIconDrawable.newPendingIcon;1018 final PreloadIconDrawable preloadDrawable = newPendingIcon(getContext(), info); in makePreloadIcon()