Searched refs:fromDrawable (Results 1 – 7 of 7) sorted by relevance
43 public static PlaceholderInsetDrawable fromDrawable(final Drawable drawable, in fromDrawable() method in PlaceholderInsetDrawable
171 setImageDrawable(PlaceholderInsetDrawable.fromDrawable( in maybeSetupPlaceholderDrawable()
62 return crop(BitmapUtils.fromDrawable(source, null)); in crop()
113 Bitmap src = BitmapUtils.fromDrawable(drawable, mBitmapTargetSize); in updateBlur()
139 public static Bitmap fromDrawable(Drawable drawable, @Nullable Size bitmapSize) { in fromDrawable() method in BitmapUtils
120 Bitmap imageBitmap = BitmapUtils.fromDrawable(image, scaledSize); in updateBackgroundImage()
162 ? BitmapUtils.fromDrawable(drawable, maxArtSize) : null; in onCreateView()