Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperCropper.java603 float sampleSizeForThisOrientation = Math.max(1f, Math.min( in generateCropInternal() local
606 sampleSize = Math.min(sampleSize, sampleSizeForThisOrientation); in generateCropInternal()