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