Searched refs:rawWallpaperSize (Results 1 – 1 of 1) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | WallpaperCropUtils.java | 287 public static Rect calculateCropRect(Context context, Display display, Point rawWallpaperSize, in calculateCropRect() argument 292 return calculateCropRect(context, screenSize, defaultCropSize, rawWallpaperSize, in calculateCropRect() 307 Point rawWallpaperSize, Rect visibleRawWallpaperRect, float wallpaperZoom) { in calculateCropRect() argument 311 return calculateCropRect(context, wallpaperZoom, rawWallpaperSize, cropSize, hostViewSize, in calculateCropRect()
|