Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperDataParser.java386 Map<Integer, Integer> allColors = new HashMap<>(allColorsCount); in parseWallpaperAttributes() local
390 allColors.put(colorInt, population); in parseWallpaperAttributes()
393 wallpaper.primaryColors = new WallpaperColors(allColors, colorHints); in parseWallpaperAttributes()