Searched defs:onSecondary (Results 1 – 5 of 5) sorted by relevance
197 val onSecondary = secondary.calculateOnColor() in createAppCompatTheme() constant
204 val onSecondary = ta.parseColor(R.styleable.ThemeAdapterMaterialTheme_colorOnSecondary) in createMdcTheme() constant
40 private int onSecondary; field in Scheme73 int onSecondary, in Scheme()289 public void setOnSecondary(int onSecondary) { in setOnSecondary()294 public Scheme withOnSecondary(int onSecondary) { in withOnSecondary()
196 val onSecondary = ta.parseColor(R.styleable.ThemeAdapterMaterial3Theme_colorOnSecondary) in createMdc3Theme() constant