Searched refs:mAllColors (Results 1 – 1 of 1) sorted by relevance
108 private final Map<Integer, Integer> mAllColors; field in WallpaperColors113 mAllColors = new HashMap<>(); in WallpaperColors()124 mAllColors.put(colorInt, population); in WallpaperColors()263 mAllColors = new HashMap<>(); in WallpaperColors()266 mAllColors.put(primaryColor.toArgb(), 0); in WallpaperColors()269 mAllColors.put(secondaryColor.toArgb(), 0); in WallpaperColors()277 mAllColors.put(tertiaryColor.toArgb(), 0); in WallpaperColors()295 mAllColors = colorToPopulation; in WallpaperColors()418 count = mAllColors.size(); in writeToParcel()420 for (Map.Entry<Integer, Integer> colorEntry : mAllColors.entrySet()) { in writeToParcel()[all …]