Searched refs:styleAttributeResName (Results 1 – 1 of 1) sorted by relevance
1118 ResName styleAttributeResName = getResName(set.getStyleAttribute()); in buildTypedValue() local1119 while (styleAttributeResName.type.equals("attr")) { in buildTypedValue()1120 AttributeResource attrValue = themeStyleSet.getAttrValue(styleAttributeResName); in buildTypedValue()1123 "no value for " + styleAttributeResName.getFullyQualifiedName() in buildTypedValue()1127 styleAttributeResName = attrValue.getResourceReference(); in buildTypedValue()1129 styleAttributeResName = attrValue.getStyleReference(); in buildTypedValue()1132 styleAttrStyle = resolveStyle(styleAttributeResName, themeStyleSet); in buildTypedValue()