Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundle.java318 @ColorInt private int mColorAccentLight = -1; field in ThemeBundle.Builder
359 return new PreviewInfo(context, mBodyFontFamily, mHeadlineFontFamily, mColorAccentLight, in createPreviewInfo()
387 mColorAccentLight = colorAccentLight; in setColorAccentLight()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java318 @ColorInt private int mColorAccentLight; field in ThemeComponentOption.ColorOption
337 mColorAccentLight = lightColor; in ColorOption()
366 == Configuration.UI_MODE_NIGHT_YES ? mColorAccentDark : mColorAccentLight; in resolveColor()
458 builder.setColorAccentDark(mColorAccentDark).setColorAccentLight(mColorAccentLight); in buildStep()