Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.h278 virtual bool getAttributeMax(uint32_t attrID, uint32_t* outMax);
DResourceTable.cpp2438 bool ResourceTable::getAttributeMax(uint32_t attrID, uint32_t* outMax) in getAttributeMax() function in ResourceTable
/frameworks/base/include/androidfw/
DResourceTypes.h1792 virtual bool getAttributeMax(uint32_t attrID, uint32_t* outMax) = 0;
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5108 accessor->getAttributeMax(attrID, &attrMax); in stringToValue()