Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution9.java36 public static class XmlAttributeFinder { class in AttributeResolution9
40 XmlAttributeFinder(ResXMLParser xmlParser) { in XmlAttributeFinder() method in AttributeResolution9.XmlAttributeFinder
303 XmlAttributeFinder xml_attr_finder = new XmlAttributeFinder(xml_parser); in ApplyStyle()
DAttributeResolution10.java40 public static class XmlAttributeFinder { class in AttributeResolution10
44 XmlAttributeFinder(ResXMLParser xmlParser) { in XmlAttributeFinder() method in AttributeResolution10.XmlAttributeFinder
307 XmlAttributeFinder xml_attr_finder = new XmlAttributeFinder(xml_parser); in ApplyStyle()
DAttributeResolution.java41 public static class XmlAttributeFinder { class in AttributeResolution
45 public XmlAttributeFinder(ResXMLParser xmlParser) { in XmlAttributeFinder() method in AttributeResolution.XmlAttributeFinder
295 XmlAttributeFinder xmlAttrFinder = new XmlAttributeFinder(xmlParser); in ApplyStyle()