Searched refs:fromDrawable (Results 1 – 6 of 6) sorted by relevance
43 public static PlaceholderInsetDrawable fromDrawable(final Drawable drawable, in fromDrawable() method in PlaceholderInsetDrawable
171 setImageDrawable(PlaceholderInsetDrawable.fromDrawable( in maybeSetupPlaceholderDrawable()
107 Bitmap src = BitmapUtils.fromDrawable(drawable, mBitmapTargetSize); in updateBlur()
138 public static Bitmap fromDrawable(Drawable drawable, @Nullable Size bitmapSize) { in fromDrawable() method in BitmapUtils
102 ? BitmapUtils.fromDrawable(drawable, maxArtSize) : null; in onCreateView()
192 return getRoundCroppedBitmap(BitmapUtils.fromDrawable(mIcon, null)); in getRoundPackageIcon()