Searched refs:DrawableFactory (Results 1 – 5 of 5) sorted by relevance
32 import com.android.launcher3.graphics.DrawableFactory;44 private final DrawableFactory mDrawableFactory;51 mDrawableFactory = DrawableFactory.INSTANCE.get(context); in NormalizedIconLoader()
41 import com.android.launcher3.graphics.DrawableFactory;136 DrawableFactory drawableFactory = DrawableFactory.INSTANCE.get(getContext()); in reapplyItemInfo()147 mCenterDrawable = DrawableFactory.INSTANCE.get(getContext()) in reapplyItemInfo()
39 import com.android.launcher3.graphics.DrawableFactory;183 mWidgetImage.setBitmap(bitmap, DrawableFactory.INSTANCE.get(getContext()) in applyPreview()
46 public class DrawableFactory implements ResourceBasedOverride { class48 public static final MainThreadInitializedObject<DrawableFactory> INSTANCE =49 new MainThreadInitializedObject<>(c -> Overrides.getObject(DrawableFactory.class,
49 import com.android.launcher3.graphics.DrawableFactory;279 FastBitmapDrawable iconDrawable = DrawableFactory.INSTANCE.get(getContext()) in applyIconAndLabel()552 preloadDrawable = DrawableFactory.INSTANCE.get(getContext()) in applyProgressLevel()