Searched refs:colorPrimaryDark (Results 1 – 4 of 4) sorted by relevance
38 private int colorPrimaryDark = -1; field in AospThemeImpl60 android.R.attr.colorPrimaryDark, in AospThemeImpl()74 colorPrimaryDark = array.getColor(/* index= */ 1, /* defValue= */ -1); in AospThemeImpl()142 Assert.checkArgument(colorPrimaryDark != -1); in getColorPrimaryDark()143 return colorPrimaryDark; in getColorPrimaryDark()
124 android.R.attr.colorPrimaryDark in extractColors()
322 Utils.getColorAttrDefaultColor(activity, android.R.attr.colorPrimaryDark))); in styleActionBar()