Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/
DAospThemeImpl.java46 private int colorTextOnUnthemedDarkBackground = -1; field in AospThemeImpl
70 R.attr.colorTextOnUnthemedDarkBackground, in AospThemeImpl()
84 colorTextOnUnthemedDarkBackground = array.getColor(/* index= */ 11, /* defValue= */ -1); in AospThemeImpl()
166 Assert.checkArgument(colorTextOnUnthemedDarkBackground != -1); in getColorTextOnUnthemedDarkBackground()
167 return colorTextOnUnthemedDarkBackground; in getColorTextOnUnthemedDarkBackground()