Searched defs:attrID (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 2306 uint32_t attrID, in stringToValue() 2424 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType() 2437 bool ResourceTable::getAttributeMin(uint32_t attrID, uint32_t* outMin) in getAttributeMin() 2448 bool ResourceTable::getAttributeMax(uint32_t attrID, uint32_t* outMax) in getAttributeMax() 2459 uint32_t ResourceTable::getAttributeL10N(uint32_t attrID) in getAttributeL10N() 2490 uint32_t attrID, Vector<String16>* outKeys) in getAttributeKeys() 2507 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeEnum() 2527 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeFlags() 4423 uint32_t resID, uint32_t attrID, Res_value* outValue) in getItemValue()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5384 uint32_t attrID, in stringToValue()
|