Home
last modified time | relevance | path

Searched refs:progressPath (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPlaceHolderIconDrawable.java40 public PlaceHolderIconDrawable(BitmapInfo info, Path progressPath, Context context) { in PlaceHolderIconDrawable() argument
41 this(info.icon, info.color, progressPath, context); in PlaceHolderIconDrawable()
44 public PlaceHolderIconDrawable(ItemInfoWithIcon info, Path progressPath, Context context) { in PlaceHolderIconDrawable() argument
45 this(info.iconBitmap, info.iconColor, progressPath, context); in PlaceHolderIconDrawable()
48 protected PlaceHolderIconDrawable(Bitmap b, int iconColor, Path progressPath, Context context) { in PlaceHolderIconDrawable() argument
51 mProgressPath = progressPath; in PlaceHolderIconDrawable()
DPreloadIconDrawable.java107 public PreloadIconDrawable(ItemInfoWithIcon info, Path progressPath, Context context) { in PreloadIconDrawable() argument
110 mProgressPath = progressPath; in PreloadIconDrawable()