Searched refs:scaledWallpaperRect (Results 1 – 1 of 1) sorted by relevance
202 Rect scaledWallpaperRect = new Rect(); in calculateCropRect() local203 scaledWallpaperRect.set(0, 0, scaledWallpaperWidth, scaledWallpaperHeight); in calculateCropRect()217 cropRect.left = Math.max(cropRect.left - extraWidth, scaledWallpaperRect.left); in calculateCropRect()219 cropRect.right = Math.min(cropRect.right + extraWidth, scaledWallpaperRect.right); in calculateCropRect()225 scaledWallpaperRect.top, in calculateCropRect()228 scaledWallpaperRect.bottom, in calculateCropRect()