Searched defs:attrID (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 2197 uint32_t attrID, in stringToValue() 2305 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType() 2318 bool ResourceTable::getAttributeMin(uint32_t attrID, uint32_t* outMin) in getAttributeMin() 2329 bool ResourceTable::getAttributeMax(uint32_t attrID, uint32_t* outMax) in getAttributeMax() 2340 uint32_t ResourceTable::getAttributeL10N(uint32_t attrID) in getAttributeL10N() 2371 uint32_t attrID, Vector<String16>* outKeys) in getAttributeKeys() 2388 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeEnum() 2408 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeFlags() 4160 uint32_t resID, uint32_t attrID, Res_value* outValue) in getItemValue()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4553 uint32_t attrID, in stringToValue()
|