Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java206 int extraWidth = defaultCropSurfaceSize.x - targetHostSize.x; in calculateCropRect() local
212 cropRect.left = Math.max(cropRect.left - extraWidth, rect.left); in calculateCropRect()
214 cropRect.right = Math.min(cropRect.right + extraWidth, rect.right); in calculateCropRect()