Searched refs:mAllColors (Results 1 – 1 of 1) sorted by relevance
115 private final Map<Integer, Integer> mAllColors; field in WallpaperColors120 mAllColors = new HashMap<>(); in WallpaperColors()131 mAllColors.put(colorInt, population); in WallpaperColors()297 mAllColors = new HashMap<>(); in WallpaperColors()300 mAllColors.put(primaryColor.toArgb(), 0); in WallpaperColors()303 mAllColors.put(secondaryColor.toArgb(), 0); in WallpaperColors()311 mAllColors.put(tertiaryColor.toArgb(), 0); in WallpaperColors()329 mAllColors = colorToPopulation; in WallpaperColors()452 count = mAllColors.size(); in writeToParcel()454 for (Map.Entry<Integer, Integer> colorEntry : mAllColors.entrySet()) { in writeToParcel()[all …]