Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DResourceTable.h283 virtual bool getAttributeEnum(uint32_t attrID,
H A DResourceTable.cpp2505 bool ResourceTable::getAttributeEnum( in getAttributeEnum() function in ResourceTable
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h2185 virtual bool getAttributeEnum(uint32_t attrID,
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6015 if (accessor->getAttributeEnum(attrID, s, len, outValue)) { in stringToValue()