Home
last modified time | relevance | path

Searched refs:newPendingIcon (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DPendingAppWidgetHostView.java19 import static com.android.launcher3.graphics.PreloadIconDrawable.newPendingIcon;
175 ? newPendingIcon(getContext(), info) in reapplyItemInfo()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DPreviewItemManager.java23 import static com.android.launcher3.graphics.PreloadIconDrawable.newPendingIcon;
428 PreloadIconDrawable drawable = newPendingIcon(mContext, item);
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DPreloadIconDrawable.java343 public static PreloadIconDrawable newPendingIcon(Context context, ItemInfoWithIcon info) { in newPendingIcon() method in PreloadIconDrawable
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java20 import static com.android.launcher3.graphics.PreloadIconDrawable.newPendingIcon;
759 final PreloadIconDrawable preloadDrawable = newPendingIcon(getContext(), info); in makePreloadIcon()