Searched defs:drawableToBitmap (Results 1 – 5 of 5) sorted by relevance
37 public static Bitmap drawableToBitmap(@Nullable Drawable drawable) { in drawableToBitmap() method in DrawableConverter48 public static Bitmap drawableToBitmap(@Nullable Drawable drawable, int width, int height) { in drawableToBitmap() method in DrawableConverter
54 private static Bitmap drawableToBitmap(Drawable drawable, int width, int height) { in drawableToBitmap() method in ContactPhotoLoader
168 public static Bitmap drawableToBitmap(Drawable drawable, int avatarSizePx) { in drawableToBitmap() method in BitmapUtil
189 private Bitmap drawableToBitmap(Drawable drawable) { in drawableToBitmap() method in MediaSource
95 public static Bitmap drawableToBitmap(Drawable drawable) { in drawableToBitmap() method in BitmapUtils