Searched refs:xmlParser (Results 1 – 2 of 2) sorted by relevance
1244 ResXMLParser* xmlParser = reinterpret_cast<ResXMLParser*>(xmlParserToken); in android_content_AssetManager_applyStyle() local1289 if (xmlParser != NULL) { in android_content_AssetManager_applyStyle()1290 ssize_t idx = xmlParser->indexOfStyle(); in android_content_AssetManager_applyStyle()1291 if (idx >= 0 && xmlParser->getAttributeValue(idx, &value) >= 0) { in android_content_AssetManager_applyStyle()1325 XmlAttributeFinder xmlAttrFinder(xmlParser); in android_content_AssetManager_applyStyle()1326 const jsize xmlAttrEnd = xmlParser != NULL ? xmlParser->getAttributeCount() : 0; in android_content_AssetManager_applyStyle()1350 xmlParser->getAttributeValue(xmlAttrIdx, &value); in android_content_AssetManager_applyStyle()1478 ResXMLParser* xmlParser = (ResXMLParser*)xmlParserToken; in android_content_AssetManager_retrieveAttributes() local1513 const jsize NX = xmlParser->getAttributeCount(); in android_content_AssetManager_retrieveAttributes()1515 uint32_t curXmlAttr = xmlParser->getAttributeNameResID(ix); in android_content_AssetManager_retrieveAttributes()[all …]
733 int defStyleAttr, int defStyleRes, long xmlParser, in applyStyle() argument739 long xmlParser, int[] inAttrs, int[] outValues, int[] outIndices); in retrieveAttributes() argument