Searched defs:attrID (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 2296 uint32_t attrID, in stringToValue() 2414 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType() 2427 bool ResourceTable::getAttributeMin(uint32_t attrID, uint32_t* outMin) in getAttributeMin() 2438 bool ResourceTable::getAttributeMax(uint32_t attrID, uint32_t* outMax) in getAttributeMax() 2449 uint32_t ResourceTable::getAttributeL10N(uint32_t attrID) in getAttributeL10N() 2480 uint32_t attrID, Vector<String16>* outKeys) in getAttributeKeys() 2497 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeEnum() 2517 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeFlags() 4405 uint32_t resID, uint32_t attrID, Res_value* outValue) in getItemValue()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5041 uint32_t attrID, in stringToValue()
|