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