Home
last modified time | relevance | path

Searched defs:drawableToBitmap (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/util/
DDrawableConverter.java37 public static Bitmap drawableToBitmap(@Nullable Drawable drawable) { in drawableToBitmap() method in DrawableConverter
48 public static Bitmap drawableToBitmap(@Nullable Drawable drawable, int width, int height) { in drawableToBitmap() method in DrawableConverter
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactPhotoLoader.java54 private static Bitmap drawableToBitmap(Drawable drawable, int width, int height) { in drawableToBitmap() method in ContactPhotoLoader
/packages/apps/Contacts/src/com/android/contacts/util/
DBitmapUtil.java168 public static Bitmap drawableToBitmap(Drawable drawable, int avatarSizePx) { in drawableToBitmap() method in BitmapUtil