Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DWallpaperCropUtils.java226 int availableExtraHeightTopAndBottom = in calculateCropRect() local
228 cropRect.top -= availableExtraHeightTopAndBottom; in calculateCropRect()
229 cropRect.bottom += availableExtraHeightTopAndBottom; in calculateCropRect()