Searched refs:centerCrop (Results 1 – 4 of 4) 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
146 bitmap = BitmapUtil.centerCrop(mDefaultBitmap, d.width, d.height); in getBitmap()
108 .apply(new RequestOptions().centerCrop().error(letterTile)) in bindUserProfileView()
318 .apply(new RequestOptions().centerCrop().error(letterTileDrawable)) in setContactBitmapAsync()