Home
last modified time | relevance | path

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

/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DStyle.java20 TONAL_SPOT, enumConstant
DColorScheme.java81 case TONAL_SPOT -> new SchemeTonalSpot(seedHct, isDark, contrastLevel); in ColorScheme()
102 this(seed, darkTheme, Style.TONAL_SPOT); in ColorScheme()
114 this(wallpaperColors, darkTheme, Style.TONAL_SPOT); in ColorScheme()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/util/
DMediaArtworkHelper.kt105 style: Style = Style.TONAL_SPOT in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
DThemeOverlayController.java149 protected Style mThemeStyle = Style.TONAL_SPOT;
821 Style.TONAL_SPOT, Style.FRUIT_SALAD, Style.RAINBOW, Style.VIBRANT, in fetchThemeStyleFromSetting()
834 style = Style.TONAL_SPOT; in fetchThemeStyleFromSetting()
838 style = Style.TONAL_SPOT; in fetchThemeStyleFromSetting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt694 Style.TONAL_SPOT in <lambda>()
697 Style.TONAL_SPOT in <lambda>()
700 Style.TONAL_SPOT in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
DThemeOverlayControllerTest.java435 List<Style> validStyles = Arrays.asList(Style.EXPRESSIVE, Style.SPRITZ, Style.TONAL_SPOT, in onSettingChanged_honorThemeStyle()
465 assertThat(mThemeOverlayController.mThemeStyle).isEqualTo(Style.TONAL_SPOT); in onSettingChanged_invalidStyle()