Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/
H A DColorScheme.kt51 val nextHue = hueAndRotations[i + 1].first.toFloat() regex
52 if (thisHue <= sanitizedSourceHue && sanitizedSourceHue < nextHue) {