Home
last modified time | relevance | path

Searched refs:DrawableFactory (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DDrawableFactory.java44 public class DrawableFactory { class
48 private static DrawableFactory sInstance;
53 public static DrawableFactory get(Context context) { in get()
56 sInstance = Utilities.getOverrideObject(DrawableFactory.class, in get()
/packages/apps/Launcher3/src/com/android/launcher3/
DPendingAppWidgetHostView.java36 import com.android.launcher3.graphics.DrawableFactory;
138 DrawableFactory drawableFactory = DrawableFactory.get(getContext()); in reapplyItemInfo()
150 mCenterDrawable = DrawableFactory.get(getContext()) in reapplyItemInfo()
DBubbleTextView.java47 import com.android.launcher3.graphics.DrawableFactory;
222 FastBitmapDrawable iconDrawable = DrawableFactory.get(getContext()).newIcon(icon, info); in applyIconAndLabel()
560 preloadDrawable = DrawableFactory.get(getContext()) in applyPromiseState()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java38 import com.android.launcher3.graphics.DrawableFactory;
164 DrawableFactory.get(getContext()).getBadgeForUser(mItem.user, getContext())); in applyPreview()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java34 import com.android.launcher3.graphics.DrawableFactory;
209 mEmptySearchBackground = DrawableFactory.get(getContext()) in onSearchResultsChanged()