Home
last modified time | relevance | path

Searched refs:styleAttributeResName (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyAssetManager.java1118 ResName styleAttributeResName = getResName(set.getStyleAttribute()); in buildTypedValue() local
1119 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()