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()
298 xml_parser->getAttributeValue(xml_attr_idx, &value); in ApplyStyle()
399 bool RetrieveAttributes(AssetManager2* assetmanager, ResXMLParser* xml_parser, uint32_t* attrs, in RetrieveAttributes() argument
407 const size_t xml_attr_count = xml_parser->getAttributeCount(); in RetrieveAttributes()
409 uint32_t cur_xml_attr = xml_parser->getAttributeNameResID(ix); in RetrieveAttributes()
426 cur_xml_attr = xml_parser->getAttributeNameResID(ix); in RetrieveAttributes()
430 xml_parser->getAttributeValue(ix, &value); in RetrieveAttributes()
432 cur_xml_attr = xml_parser->getAttributeNameResID(ix); in RetrieveAttributes()