Searched refs:hostViewSize (Results 1 – 2 of 2) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | WallpaperCropUtils.java | 306 public static Rect calculateCropRect(Context context, Point hostViewSize, Point cropSize, in calculateCropRect() argument 311 return calculateCropRect(context, wallpaperZoom, rawWallpaperSize, cropSize, hostViewSize, in calculateCropRect()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | ImagePreviewFragment.java | 470 Point hostViewSize = new Point(cropWidth, cropHeight); in calculateCropRect() local 475 return WallpaperCropUtils.calculateCropRect(appContext, hostViewSize, in calculateCropRect()
|