Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp975 uint32_t curXmlAttr = xmlParser ? xmlParser->getAttributeNameResID(ix) : 0; in android_content_AssetManager_applyStyle()
999 curXmlAttr = xmlParser->getAttributeNameResID(ix); in android_content_AssetManager_applyStyle()
1006 curXmlAttr = xmlParser->getAttributeNameResID(ix); in android_content_AssetManager_applyStyle()
1172 uint32_t curXmlAttr = xmlParser->getAttributeNameResID(ix); in android_content_AssetManager_retrieveAttributes()
1192 curXmlAttr = xmlParser->getAttributeNameResID(ix); in android_content_AssetManager_retrieveAttributes()
1199 curXmlAttr = xmlParser->getAttributeNameResID(ix); in android_content_AssetManager_retrieveAttributes()
Dandroid_util_XmlBlock.cpp215 return (jint)st->getAttributeNameResID(idx); in android_content_XmlBlock_nativeGetAttributeResource()
/frameworks/base/include/androidfw/
DResourceTypes.h684 uint32_t getAttributeNameResID(size_t idx) const;
/frameworks/base/tools/aapt/
DCommand.cpp233 if (tree.getAttributeNameResID(i) == attrRes) { in indexOfAttribute()
DXMLNode.cpp441 uint32_t res = block->getAttributeNameResID(i); in printXMLBlock()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp963 uint32_t ResXMLParser::getAttributeNameResID(size_t idx) const in getAttributeNameResID() function in android::ResXMLParser