Searched refs:allColors (Results 1 – 1 of 1) sorted by relevance
386 Map<Integer, Integer> allColors = new HashMap<>(allColorsCount); in parseWallpaperAttributes() local390 allColors.put(colorInt, population); in parseWallpaperAttributes()393 wallpaper.primaryColors = new WallpaperColors(allColors, colorHints); in parseWallpaperAttributes()