Home
last modified time | relevance | path

Searched refs:hostViewSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java306 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/
DImagePreviewFragment.java470 Point hostViewSize = new Point(cropWidth, cropHeight); in calculateCropRect() local
475 return WallpaperCropUtils.calculateCropRect(appContext, hostViewSize, in calculateCropRect()