Searched defs:errorContainer (Results 1 – 2 of 2) sorted by relevance
49 private int errorContainer; field in Scheme82 int errorContainer, in Scheme()415 public void setErrorContainer(int errorContainer) { in setErrorContainer()420 public Scheme withErrorContainer(int errorContainer) { in withErrorContainer()
216 … val errorContainer = ta.parseColor(R.styleable.ThemeAdapterMaterial3Theme_colorErrorContainer) in createMdc3Theme() constant