Searched defs:drawableToBitmap (Results 1 – 8 of 8) 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
32 public static Bitmap drawableToBitmap(@Nullable Drawable drawable) { in drawableToBitmap() method in ImageTestUtils
63 private Bitmap drawableToBitmap(Drawable drawable) { in drawableToBitmap() method in DrawableMatcher
54 private static Bitmap drawableToBitmap(Drawable drawable, int width, int height) { in drawableToBitmap() method in ContactPhotoLoader
108 private static Bitmap drawableToBitmap(Drawable drawable) { in drawableToBitmap() method in TestQCProvider
168 public static Bitmap drawableToBitmap(Drawable drawable, int avatarSizePx) { in drawableToBitmap() method in BitmapUtil
95 public static Bitmap drawableToBitmap(Drawable drawable) { in drawableToBitmap() method in BitmapUtils
260 public static Bitmap drawableToBitmap(@NonNull Drawable drawable) { in drawableToBitmap() method in CarUiUtils