Home
last modified time | relevance | path

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

/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DStyle.java28 CLOCK_VIBRANT enumConstant
DColorScheme.java90 case CLOCK_VIBRANT -> new SchemeClockVibrant(seedHct, isDark, contrastLevel); in ColorScheme()
/frameworks/libs/systemui/monet/tests/com/android/systemui/monet/
DColorSchemeTest.kt103 styleValue == Style.CLOCK_VIBRANT || in generateThemeStyles()