Searched refs:populationByColor (Results 1 – 1 of 1) sorted by relevance
206 final Map<Integer, Integer> populationByColor = new HashMap<>(); in fromBitmap() local210 populationByColor.put(colorInt, swatch.getPopulation()); in fromBitmap()220 return new WallpaperColors(populationByColor, HINT_FROM_BITMAP | hints); in fromBitmap()