Home
last modified time | relevance | path

Searched defs:attrID (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.cpp2309 uint32_t attrID, in stringToValue()
2427 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType()
2440 bool ResourceTable::getAttributeMin(uint32_t attrID, uint32_t* outMin) in getAttributeMin()
2451 bool ResourceTable::getAttributeMax(uint32_t attrID, uint32_t* outMax) in getAttributeMax()
2462 uint32_t ResourceTable::getAttributeL10N(uint32_t attrID) in getAttributeL10N()
2493 uint32_t attrID, Vector<String16>* outKeys) in getAttributeKeys()
2510 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeEnum()
2530 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeFlags()
4426 uint32_t resID, uint32_t attrID, Res_value* outValue) in getItemValue()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5181 uint32_t attrID, in stringToValue()