Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution9.java325 int xml_attr_idx = xml_attr_finder.Find(cur_ident); in ApplyStyle() local
326 if (xml_attr_idx != -1) { in ApplyStyle()
328 xml_parser.getAttributeValue(xml_attr_idx, value); in ApplyStyle()
DAttributeResolution10.java330 int xml_attr_idx = xml_attr_finder.Find(cur_ident); in ApplyStyle() local
331 if (xml_attr_idx != -1) { in ApplyStyle()
333 xml_parser.getAttributeValue(xml_attr_idx, value); in ApplyStyle()