Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/
DAttributeSetBuilderImpl.java74 void parseValue(Integer attrId, ResName attrResName, AttributeResource attribute, in parseValue() argument
129 public void parseValue(Integer attrId, ResName attrResName, AttributeResource attribute, in parseValue() argument
131 arscParse(attrId, attrResName, attribute, outValue); in parseValue()
134 private void arscParse(Integer attrId, ResName attrResName, AttributeResource attribute, in arscParse() argument
155 AttrData attrData = new AttrData(attrResName.getFullyQualifiedName(), flag.name, pairs); in arscParse()
196 public void parseValue(Integer attrId, ResName attrResName, AttributeResource attribute, in parseValue() argument
283 ResName attrResName = null; in build()
291 attrResName = ResName.qualifyResName(attrNameStr, packageName, "attr"); in build()
292 attrNs = (attrResName.packageName.equals("android")) ? ANDROID_NS : AUTO_NS; in build()
293 attrName = attrResName.name; in build()
[all …]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DStaxStyleLoader.java33 ResName attrResName = ResName.qualifyResName(attrName, xmlContext.getPackageName(), "attr"); in StaxStyleLoader()
34 …attributeResources.add(new AttributeResource(attrResName, buf.toString(), xmlContext.getPackageNam… in StaxStyleLoader()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyAssetManager.java363 ResName attrResName = attrValue.getStyleReference(); in getThemeValue() local
364 if (attrValue.resName.equals(attrResName)) { in getThemeValue()
365 Logger.info("huh... circular reference for %s?", attrResName.getFullyQualifiedName()); in getThemeValue()
368 attrValue = themeStyleSet.getAttrValue(attrResName); in getThemeValue()
811 final ResName attrResName = AttributeResource.getStyleReference(reference, in getTypedArray() local
813 typedValue.data = resourceTable.getResourceId(attrResName); in getTypedArray()