Home
last modified time | relevance | path

Searched defs:errorContainer (Results 1 – 2 of 2) sorted by relevance

/external/libmonet/scheme/
DScheme.java49 private int errorContainer; field in Scheme
82 int errorContainer, in Scheme()
415 public void setErrorContainer(int errorContainer) { in setErrorContainer()
420 public Scheme withErrorContainer(int errorContainer) { in withErrorContainer()
/external/accompanist/themeadapter-material3/src/main/java/com/google/accompanist/themeadapter/material3/
DMdc3Theme.kt216 … val errorContainer = ta.parseColor(R.styleable.ThemeAdapterMaterial3Theme_colorErrorContainer) in createMdc3Theme() constant