Searched refs:DrawableFactory (Results 1 – 6 of 6) 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;186 DrawableFactory.INSTANCE.get(getContext()).getBadgeForUser(mItem.user, in applyPreview()
47 public class DrawableFactory implements ResourceBasedOverride { class49 public static final MainThreadInitializedObject<DrawableFactory> INSTANCE =50 forOverride(DrawableFactory.class, R.string.drawable_factory_class);
41 import com.android.launcher3.graphics.DrawableFactory;69 private final DrawableFactory mDrawableFactory;97 mDrawableFactory = DrawableFactory.INSTANCE.get(mContext); in PreviewItemManager()
48 import com.android.launcher3.graphics.DrawableFactory;290 FastBitmapDrawable iconDrawable = DrawableFactory.INSTANCE.get(getContext()) in applyIconAndLabel()570 preloadDrawable = DrawableFactory.INSTANCE.get(getContext()) in applyProgressLevel()