Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyAssetManager.java1162 AttributeResource otherAttr = themeStyleSet.getAttrValue(otherAttrName); in buildTypedValue() local
1163 if (otherAttr == null) { in buildTypedValue()
1167 attribute = new AttributeResource(resName, otherAttr.value, otherAttr.contextPackageName); in buildTypedValue()