Home
last modified time | relevance | path

Searched refs:xmlParser (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1244 ResXMLParser* xmlParser = reinterpret_cast<ResXMLParser*>(xmlParserToken); in android_content_AssetManager_applyStyle() local
1289 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() local
1513 const jsize NX = xmlParser->getAttributeCount(); in android_content_AssetManager_retrieveAttributes()
1515 uint32_t curXmlAttr = xmlParser->getAttributeNameResID(ix); in android_content_AssetManager_retrieveAttributes()
[all …]
/frameworks/base/core/java/android/content/res/
DAssetManager.java733 int defStyleAttr, int defStyleRes, long xmlParser, in applyStyle() argument
739 long xmlParser, int[] inAttrs, int[] outValues, int[] outIndices); in retrieveAttributes() argument