Home
last modified time | relevance | path

Searched refs:colorIconOnUnthemedDarkBackground (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/
DAospThemeImpl.java47 private int colorIconOnUnthemedDarkBackground = -1; field in AospThemeImpl
71 R.attr.colorIconOnUnthemedDarkBackground, in AospThemeImpl()
85 colorIconOnUnthemedDarkBackground = array.getColor(/* index= */ 12, /* defValue= */ -1); in AospThemeImpl()
172 Assert.checkArgument(colorIconOnUnthemedDarkBackground != -1); in getColorIconOnUnthemedDarkBackground()
173 return colorIconOnUnthemedDarkBackground; in getColorIconOnUnthemedDarkBackground()