Searched refs:populationByColor (Results 1 – 2 of 2) sorted by relevance
239 final Map<Integer, Integer> populationByColor = new HashMap<>(); in fromBitmap() local243 populationByColor.put(colorInt, swatch.getPopulation()); in fromBitmap()254 return new WallpaperColors(populationByColor, HINT_FROM_BITMAP | hints); in fromBitmap()
361 Map<Integer, Double> populationByColor, boolean filter) {364 for (Map.Entry<Integer, Double> entry : populationByColor.entrySet()) {