Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A 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
/aosp14/frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/
H A DColorScheme.kt525 val hueProportions = huePopulations(intToCam, intToProportion, filter) regex
533 proportion += hueProportions[wrapDegrees(i)]