Searched refs:centerCrop (Results 1 – 3 of 3) sorted by relevance
77 return centerCrop(decoded, w, h); in decodeByteArrayWithCenterCrop()96 public static Bitmap centerCrop(final Bitmap src, final int w, final int h) { in centerCrop() method in BitmapUtil
379 boolean centerCrop = getResources().getBoolean(R.bool.center_crop); in cropImageAndSetWallpaper()419 if (centerCrop) { in cropImageAndSetWallpaper()428 if (centerCrop) { in cropImageAndSetWallpaper()
146 bitmap = BitmapUtil.centerCrop(mDefaultBitmap, d.width, d.height); in getBitmap()