Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperColors.java302 final Map<Integer, Double> colorToHueProportion = colorToHueProportion( in WallpaperColors() local
348 private static Map<Integer, Double> colorToHueProportion(Set<Integer> colors, in colorToHueProportion() method in WallpaperColors
350 Map<Integer, Double> colorToHueProportion = new HashMap<>(); in colorToHueProportion() local