Searched defs:attrID (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 2210 uint32_t attrID, in stringToValue() 2326 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType() 2339 bool ResourceTable::getAttributeMin(uint32_t attrID, uint32_t* outMin) in getAttributeMin() 2350 bool ResourceTable::getAttributeMax(uint32_t attrID, uint32_t* outMax) in getAttributeMax() 2361 uint32_t ResourceTable::getAttributeL10N(uint32_t attrID) in getAttributeL10N() 2392 uint32_t attrID, Vector<String16>* outKeys) in getAttributeKeys() 2409 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeEnum() 2429 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeFlags() 4294 uint32_t resID, uint32_t attrID, Res_value* outValue) in getItemValue()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4572 uint32_t attrID, in stringToValue()
|