Searched defs:drawableToBitmap (Results 1 – 3 of 3) 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