Searched refs:attrRes (Results 1 – 2 of 2) sorted by relevance
72 val attrRes: Int = in icon() constant82 return AttributeResolver.getDrawable(context, attrRes) in icon()
323 private @ColorInt int obtainThemeColor(@AttrRes int attrRes) { in obtainThemeColor() argument326 try (TypedArray ta = theme.obtainStyledAttributes(new int[]{attrRes})) { in obtainThemeColor()