Searched refs:newPendingIcon (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.launcher3.graphics.PreloadIconDrawable.newPendingIcon;175 ? newPendingIcon(getContext(), info) in reapplyItemInfo()
23 import static com.android.launcher3.graphics.PreloadIconDrawable.newPendingIcon;428 PreloadIconDrawable drawable = newPendingIcon(mContext, item);
19 import static com.android.launcher3.graphics.PreloadIconDrawable.newPendingIcon;636 final PreloadIconDrawable preloadDrawable = newPendingIcon(getContext(), info); in makePreloadIcon()
343 public static PreloadIconDrawable newPendingIcon(Context context, ItemInfoWithIcon info) { in newPendingIcon() method in PreloadIconDrawable