Searched defs:scaleBitmap (Results 1 – 4 of 4) sorted by relevance
51 public static Bitmap scaleBitmap(Bitmap bm, int width, int height) { in scaleBitmap() method in BitmapUtils
60 public static Bitmap scaleBitmap(Bitmap bm, int maxWidth, int maxHeight) { in scaleBitmap() method in BitmapUtils
632 private Bitmap scaleBitmap(Bitmap bmp, int maxSize) { in scaleBitmap() method in RadioMetadata.Builder
969 private Bitmap scaleBitmap(Bitmap bmp, int maxDimension) { in scaleBitmap() method in MediaMetadata.Builder