Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperColors.java331 final Map<Integer, Cam> colorToCam = new HashMap<>(); in WallpaperColors() local
333 colorToCam.put(color, Cam.fromInt(color)); in WallpaperColors()
335 final double[] hueProportions = hueProportions(colorToCam, colorToPopulation); in WallpaperColors()
337 colorToPopulation.keySet(), colorToCam, hueProportions); in WallpaperColors()
343 double score = score(colorToCam.get(color), proportion); in WallpaperColors()
357 Cam cam = colorToCam.get(color); in WallpaperColors()
359 Cam otherCam = colorToCam.get(otherColor); in WallpaperColors()
383 Map<Integer, Cam> colorToCam, double[] hueProportions) { in colorToHueProportion() argument
386 final int hue = wrapDegrees(Math.round(colorToCam.get(color).getHue())); in colorToHueProportion()
406 private static double[] hueProportions(@NonNull Map<Integer, Cam> colorToCam, in hueProportions() argument
[all …]