Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DImagePreviewFragment.java327 int extraWidth = defaultCropSurfaceSize.x - screenSize.x; in calculateCropRect() local
333 cropRect.left = Math.max(cropRect.left - extraWidth, rect.left); in calculateCropRect()
335 cropRect.right = Math.min(cropRect.right + extraWidth, rect.right); in calculateCropRect()