Searched refs:xml_parser (Results 1 – 4 of 4) sorted by relevance
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | AttributeResolution9.java | 237 public static void ApplyStyle(Theme theme, ResXMLParser xml_parser, int def_style_attr, in ApplyStyle() argument 242 theme, def_style_attr, def_style_resid, xml_parser); in ApplyStyle() 264 if (xml_parser != null) { in ApplyStyle() 265 int idx = xml_parser.indexOfStyle(); in ApplyStyle() 266 if (idx >= 0 && xml_parser.getAttributeValue(idx, value) >= 0) { in ApplyStyle() 303 XmlAttributeFinder xml_attr_finder = new XmlAttributeFinder(xml_parser); in ApplyStyle() 328 xml_parser.getAttributeValue(xml_attr_idx, value); in ApplyStyle() 444 …public static boolean RetrieveAttributes(CppAssetManager2 assetmanager, ResXMLParser xml_parser, i… in RetrieveAttributes() argument 452 final int xml_attr_count = xml_parser.getAttributeCount(); in RetrieveAttributes() 454 int cur_xml_attr = xml_parser.getAttributeNameResID(ix); in RetrieveAttributes() [all …]
|
D | AttributeResolution10.java | 241 public static void ApplyStyle(Theme theme, ResXMLParser xml_parser, int def_style_attr, in ApplyStyle() argument 246 theme, def_style_attr, def_style_resid, xml_parser); in ApplyStyle() 268 if (xml_parser != null) { in ApplyStyle() 269 int idx = xml_parser.indexOfStyle(); in ApplyStyle() 270 if (idx >= 0 && xml_parser.getAttributeValue(idx, value) >= 0) { in ApplyStyle() 307 XmlAttributeFinder xml_attr_finder = new XmlAttributeFinder(xml_parser); in ApplyStyle() 333 xml_parser.getAttributeValue(xml_attr_idx, value); in ApplyStyle() 454 …public static boolean RetrieveAttributes(CppAssetManager2 assetmanager, ResXMLParser xml_parser, i… in RetrieveAttributes() argument 462 final int xml_attr_count = xml_parser.getAttributeCount(); in RetrieveAttributes() 464 int cur_xml_attr = xml_parser.getAttributeNameResID(ix); in RetrieveAttributes() [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager10.java | 1335 ResXMLParser xml_parser = in nativeApplyStyle() local 1349 ApplyStyle(theme, xml_parser, (int) (def_style_attr), in nativeApplyStyle() 1472 ResXMLParser xml_parser = NATIVE_RES_XML_PARSERS.getNativeObject(xml_parser_ptr); in nativeRetrieveAttributes() local 1474 boolean result = RetrieveAttributes(assetmanager, xml_parser, in nativeRetrieveAttributes()
|
D | ShadowArscAssetManager9.java | 1331 ResXMLParser xml_parser = in nativeApplyStyle() local 1345 ApplyStyle(theme, xml_parser, (int) (def_style_attr), in nativeApplyStyle() 1468 ResXMLParser xml_parser = NATIVE_RES_XML_PARSERS.getNativeObject(xml_parser_ptr); in nativeRetrieveAttributes() local 1470 boolean result = RetrieveAttributes(assetmanager, xml_parser, in nativeRetrieveAttributes()
|