Searched refs:DrawableFactory (Results 1 – 5 of 5) sorted by relevance
44 public class DrawableFactory { class48 private static DrawableFactory sInstance;53 public static DrawableFactory get(Context context) { in get()56 sInstance = Utilities.getOverrideObject(DrawableFactory.class, in get()
36 import com.android.launcher3.graphics.DrawableFactory;138 DrawableFactory drawableFactory = DrawableFactory.get(getContext()); in reapplyItemInfo()150 mCenterDrawable = DrawableFactory.get(getContext()) in reapplyItemInfo()
47 import com.android.launcher3.graphics.DrawableFactory;222 FastBitmapDrawable iconDrawable = DrawableFactory.get(getContext()).newIcon(icon, info); in applyIconAndLabel()560 preloadDrawable = DrawableFactory.get(getContext()) in applyPromiseState()
38 import com.android.launcher3.graphics.DrawableFactory;164 DrawableFactory.get(getContext()).getBadgeForUser(mItem.user, getContext())); in applyPreview()
34 import com.android.launcher3.graphics.DrawableFactory;209 mEmptySearchBackground = DrawableFactory.get(getContext()) in onSearchResultsChanged()