Searched refs:populationByColor (Results 1 – 2 of 2) sorted by relevance
646 populationByColor: Map<Int, Double>,651 for (entry in populationByColor.entries) {652 val population = populationByColor[entry.key]!!
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()