Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DWallpaperColors.java108 private final Map<Integer, Integer> mAllColors; field in WallpaperColors
113 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()
477 return Collections.unmodifiableMap(mAllColors); in getAllColors()
[all …]