Searched refs:resizeAndCropCenter (Results 1 – 4 of 4) sorted by relevance
66 bitmap = BitmapUtils.resizeAndCropCenter(bitmap, targetSize, true); in run()
88 bitmap = BitmapUtils.resizeAndCropCenter(bitmap, mTargetSize, true); in run()
204 bitmap = BitmapUtils.resizeAndCropCenter(bitmap, targetSize, true); in run()
148 public static Bitmap resizeAndCropCenter(Bitmap bitmap, int size, boolean recycle) { in resizeAndCropCenter() method in BitmapUtils