Searched refs:colorTextOnUnthemedDarkBackground (Results 1 – 1 of 1) sorted by relevance
46 private int colorTextOnUnthemedDarkBackground = -1; field in AospThemeImpl70 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()