Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperColors.java301 final double[] hueProportions = hueProportions(colorToCam, colorToPopulation); in WallpaperColors() local
303 colorToPopulation.keySet(), colorToCam, hueProportions); in WallpaperColors()
349 Map<Integer, Cam> colorToCam, double[] hueProportions) { in colorToHueProportion() argument
355 proportion += hueProportions[wrapDegrees(i)]; in colorToHueProportion()
372 private static double[] hueProportions(@NonNull Map<Integer, Cam> colorToCam, in hueProportions() method in WallpaperColors