Searched defs:onPrimary (Results 1 – 5 of 5) sorted by relevance
191 val onPrimary = primary.calculateOnColor() in createAppCompatTheme() constant
201 val onPrimary = ta.parseColor(R.styleable.ThemeAdapterMaterialTheme_colorOnPrimary) in createMdcTheme() constant
36 private int onPrimary; field in Scheme69 int onPrimary, in Scheme()233 public void setOnPrimary(int onPrimary) { in setOnPrimary()238 public Scheme withOnPrimary(int onPrimary) { in withOnPrimary()
191 val onPrimary = ta.parseColor(R.styleable.ThemeAdapterMaterial3Theme_colorOnPrimary) in createMdc3Theme() constant