Searched refs:drawableToBitmap (Results 1 – 2 of 2) sorted by relevance
62 return drawableToBitmap(getIcon(), photoSize, photoSize); in loadPhotoIcon()112 private static Bitmap drawableToBitmap(Drawable drawable, int width, int height) { in drawableToBitmap() method in ContactPhotoLoader
949 Bitmap bitmap = drawableToBitmap(photo); in setDrawableToImageViews()984 public static Bitmap drawableToBitmap(Drawable drawable) { in drawableToBitmap() method in CallCardFragment