Home
last modified time | relevance | path

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

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