Searched refs:fitToSize (Results 1 – 2 of 2) sorted by relevance
44 WallpaperCropUtils.fitToSize(rect, outWidth / DOWNSAMPLE, outHeight / DOWNSAMPLE); in createLowResBitmap()
354 public static void fitToSize(Rect wallpaperSize, int outWidth, int outHeight) { in fitToSize() method in WallpaperCropUtils