Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/
H A DColorScheme.kt649 val huePopulation = List(size = 360, init = { 0.0 }).toMutableList() regex
658 huePopulation[hue] = huePopulation[hue] + population
661 return huePopulation