Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java214 int availableExtraHeightTopAndBottom = in calculateCropRect() local
216 cropRect.top -= availableExtraHeightTopAndBottom; in calculateCropRect()
217 cropRect.bottom += availableExtraHeightTopAndBottom; in calculateCropRect()