Searched refs:colorAccentDark (Results 1 – 2 of 2) sorted by relevance
261 @ColorInt public final int colorAccentDark; field in ThemeBundle.PreviewInfo289 int colorAccentLight, int colorAccentDark, List<Drawable> icons, in PreviewInfo() argument295 this.colorAccentDark = colorAccentDark; in PreviewInfo()310 == Configuration.UI_MODE_NIGHT_YES ? colorAccentDark : colorAccentLight; in resolveAccentColor()391 public Builder setColorAccentDark(@ColorInt int colorAccentDark) { in setColorAccentDark() argument392 mColorAccentDark = colorAccentDark; in setColorAccentDark()
203 int colorAccentDark = system.getColor( in addSystemDefaultColor() local206 builder.setColorAccentDark(colorAccentDark); in addSystemDefaultColor()