Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DImagePreviewFragment.java328 int extraHeightTopAndBottom = (int) ((defaultCropSurfaceSize.y - screenSize.y) / 2f); in calculateCropRect() local
341 cropRect.top - extraHeightTopAndBottom); in calculateCropRect()
344 cropRect.bottom + extraHeightTopAndBottom) - cropRect.bottom; in calculateCropRect()