Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperColors.java335 final double[] hueProportions = hueProportions(colorToCam, colorToPopulation); in WallpaperColors() local
337 colorToPopulation.keySet(), colorToCam, hueProportions); in WallpaperColors()
383 Map<Integer, Cam> colorToCam, double[] hueProportions) { in colorToHueProportion() argument
389 proportion += hueProportions[wrapDegrees(i)]; in colorToHueProportion()
406 private static double[] hueProportions(@NonNull Map<Integer, Cam> colorToCam, in hueProportions() method in WallpaperColors
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DColorScheme.java239 List<Double> hueProportions = huePopulations(intToHct, intToProportion, filter); in getSeedColors() local
247 proportion += hueProportions.get(wrapDegrees(i)); in getSeedColors()