Home
last modified time | relevance | path

Searched defs:lightColors (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/model/color/
DColorSeedOption.java92 @ColorInt public int[] lightColors; field in ColorSeedOption.PreviewInfo
95 private PreviewInfo(@ColorInt int[] lightColors, @ColorInt int[] darkColors) { in PreviewInfo()
185 public Builder setLightColors(@ColorInt int[] lightColors) { in setLightColors()
DColorOptionImpl.kt42 @ColorInt val lightColors: IntArray, constant in PreviewInfo
74 @ColorInt var lightColors: IntArray = intArrayOf() variable in Builder
DColorProvider.kt510 val lightColors = in loadPreset() constant
545 var lightColors = intArrayOf(lightColor, lightColor, lightColor, lightColor) in buildRevampedUIPreset() variable