Searched refs:colorToHueProportion (Results 1 – 1 of 1) sorted by relevance
336 final Map<Integer, Double> colorToHueProportion = colorToHueProportion( in WallpaperColors() local340 for (Map.Entry<Integer, Double> mapEntry : colorToHueProportion.entrySet()) { in WallpaperColors()382 private static Map<Integer, Double> colorToHueProportion(Set<Integer> colors, in colorToHueProportion() method in WallpaperColors384 Map<Integer, Double> colorToHueProportion = new HashMap<>(); in colorToHueProportion() local391 colorToHueProportion.put(color, proportion); in colorToHueProportion()393 return colorToHueProportion; in colorToHueProportion()