Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/
H A DWallpaperLocalColorExtractor.java52 static final int SMALL_SIDE = 128; field in WallpaperLocalColorExtractor
257 float scale = Math.min(1.0f, (float) SMALL_SIDE / smallestSide); in createMiniBitmap()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallpapers/
H A DWallpaperLocalColorExtractorTest.java194 .isAtMost(WallpaperLocalColorExtractor.SMALL_SIDE); in testMiniBitmapCreation()
215 .isAtMost(WallpaperLocalColorExtractor.SMALL_SIDE); in testSmallMiniBitmapCreation()