Home | History | Annotate | Download | only in androidfw

Lines Matching full:xml_parser

205 void ApplyStyle(Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr,
210 def_style_attr, def_style_resid, xml_parser);
233 if (xml_parser != nullptr) {
234 ssize_t idx = xml_parser->indexOfStyle();
235 if (idx >= 0 && xml_parser->getAttributeValue(idx, &value) >= 0) {
272 XmlAttributeFinder xml_attr_finder(xml_parser);
298 xml_parser->getAttributeValue(xml_attr_idx, &value);
399 bool RetrieveAttributes(AssetManager2* assetmanager, ResXMLParser* xml_parser, uint32_t* attrs,
407 const size_t xml_attr_count = xml_parser->getAttributeCount();
409 uint32_t cur_xml_attr = xml_parser->getAttributeNameResID(ix);
426 cur_xml_attr = xml_parser->getAttributeNameResID(ix);
430 xml_parser->getAttributeValue(ix, &value);
432 cur_xml_attr = xml_parser->getAttributeNameResID(ix);