Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperColors.java336 final Map<Integer, Double> colorToHueProportion = colorToHueProportion( in WallpaperColors() local
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