Lines Matching refs:xml_parser
205 void ApplyStyle(Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr, in ApplyStyle() argument
210 def_style_attr, def_style_resid, xml_parser); in ApplyStyle()
233 if (xml_parser != nullptr) { in ApplyStyle()
234 ssize_t idx = xml_parser->indexOfStyle(); in ApplyStyle()
235 if (idx >= 0 && xml_parser->getAttributeValue(idx, &value) >= 0) { in ApplyStyle()
272 XmlAttributeFinder xml_attr_finder(xml_parser); in ApplyStyle()
299 xml_parser->getAttributeValue(xml_attr_idx, &value); in ApplyStyle()
303 value_source_resid = xml_parser->getSourceResourceId(); in ApplyStyle()
406 bool RetrieveAttributes(AssetManager2* assetmanager, ResXMLParser* xml_parser, uint32_t* attrs, in RetrieveAttributes() argument
414 const size_t xml_attr_count = xml_parser->getAttributeCount(); in RetrieveAttributes()
416 uint32_t cur_xml_attr = xml_parser->getAttributeNameResID(ix); in RetrieveAttributes()
433 cur_xml_attr = xml_parser->getAttributeNameResID(ix); in RetrieveAttributes()
437 xml_parser->getAttributeValue(ix, &value); in RetrieveAttributes()
439 cur_xml_attr = xml_parser->getAttributeNameResID(ix); in RetrieveAttributes()