Home
last modified time | relevance | path

Searched refs:colorToHueProportion (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DWallpaperColors.java336 final Map<Integer, Double> colorToHueProportion = colorToHueProportion( in WallpaperColors() local
340 for (Map.Entry<Integer, Double> mapEntry : colorToHueProportion.entrySet()) { in WallpaperColors()
382 private static Map<Integer, Double> colorToHueProportion(Set<Integer> colors, in colorToHueProportion() method in WallpaperColors
384 Map<Integer, Double> colorToHueProportion = new HashMap<>(); in colorToHueProportion() local
391 colorToHueProportion.put(color, proportion); in colorToHueProportion()
393 return colorToHueProportion; in colorToHueProportion()