Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java207 int extraHeightTopAndBottom = (int) ((defaultCropSurfaceSize.y - targetHostSize.y) / 2f); in calculateCropRect() local
220 cropRect.top - extraHeightTopAndBottom); in calculateCropRect()
223 cropRect.bottom + extraHeightTopAndBottom) - cropRect.bottom; in calculateCropRect()