Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DBitmapProcessor.java34 private static final int DOWNSAMPLE = 5; field in BitmapProcessor
59 WallpaperCropUtils.fitToSize(rect, outWidth / DOWNSAMPLE, outHeight / DOWNSAMPLE); in blur()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DMediaArtworkProcessor.kt38 private const val DOWNSAMPLE = 6
59 MathUtils.fitRect(rect, Math.max(mTmpSize.x / DOWNSAMPLE, mTmpSize.y / DOWNSAMPLE))