Home
last modified time | relevance | path

Searched refs:getAttributeL10N (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.h289 virtual uint32_t getAttributeL10N(uint32_t attrID);
DResourceTable.cpp2462 uint32_t ResourceTable::getAttributeL10N(uint32_t attrID) in getAttributeL10N() function in ResourceTable
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1869 virtual uint32_t getAttributeL10N(uint32_t attrID) = 0;
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5251 l10nReq = accessor->getAttributeL10N(attrID); in stringToValue()