Home
last modified time | relevance | path

Searched refs:getAttributeNameResID (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt/
DAaptXml.cpp72 if (tree.getAttributeNameResID(i) == attrRes) { in indexOfAttribute()
DXMLNode.cpp469 uint32_t res = block->getAttributeNameResID(i); in printXMLBlock()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1305 uint32_t curXmlAttr = xmlParser ? xmlParser->getAttributeNameResID(ix) : 0; in android_content_AssetManager_applyStyle()
1329 curXmlAttr = xmlParser->getAttributeNameResID(ix); in android_content_AssetManager_applyStyle()
1336 curXmlAttr = xmlParser->getAttributeNameResID(ix); in android_content_AssetManager_applyStyle()
1502 uint32_t curXmlAttr = xmlParser->getAttributeNameResID(ix); in android_content_AssetManager_retrieveAttributes()
1522 curXmlAttr = xmlParser->getAttributeNameResID(ix); in android_content_AssetManager_retrieveAttributes()
1529 curXmlAttr = xmlParser->getAttributeNameResID(ix); in android_content_AssetManager_retrieveAttributes()
Dandroid_util_XmlBlock.cpp218 return static_cast<jint>(st->getAttributeNameResID(idx)); in android_content_XmlBlock_nativeGetAttributeResource()
/frameworks/base/include/androidfw/
DResourceTypes.h727 uint32_t getAttributeNameResID(size_t idx) const;
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1184 uint32_t ResXMLParser::getAttributeNameResID(size_t idx) const in getAttributeNameResID() function in android::ResXMLParser