Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java392 int rectRealWidth = Math.round((float) cropRect.width() / wallpaperScale); in getScaleOfScreenResolution() local
404 if (newWidth > rectRealWidth || newHeight > rectRealHeight) { in getScaleOfScreenResolution()
405 newWidth = rectRealWidth; in getScaleOfScreenResolution()
406 newHeight = rectRealWidth; in getScaleOfScreenResolution()