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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2210 uint32_t attrID,
2223 coerceType, attrID, NULL, &mAssetsPackage, this,
2326 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) argument
2328 //printf("getAttributeType #%08x\n", attrID);
2330 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) {
2331 //printf("getAttributeType #%08x (%s): #%08x\n", attrID,
2332 // String8(getEntry(attrID)->getName()).string(), value.data);
2339 bool ResourceTable::getAttributeMin(uint32_t attrID, uint32_t* outMin) argument
2341 //printf("getAttributeMin #%08x\n", attrID);
2343 if (getItemValue(attrID, ResTable_ma
2207 stringToValue(Res_value* outValue, StringPool* pool, const String16& str, bool preserveSpaces, bool coerceType, uint32_t attrID, const Vector<StringPool::entry_style_span>* style, String16* outStr, void* accessorCookie, uint32_t attrType, const String8* configTypeName, const ConfigDescription* config) argument
2350 getAttributeMax(uint32_t attrID, uint32_t* outMax) argument
2361 getAttributeL10N(uint32_t attrID) argument
2391 getAttributeKeys( uint32_t attrID, Vector<String16>* outKeys) argument
2408 getAttributeEnum( uint32_t attrID, const char16_t* name, size_t nameLen, Res_value* outValue) argument
2428 getAttributeFlags( uint32_t attrID, const char16_t* name, size_t nameLen, Res_value* outValue) argument
4293 getItemValue( uint32_t resID, uint32_t attrID, Res_value* outValue) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4572 uint32_t attrID,
4607 if (attrID != 0 && !Res_INTERNALID(attrID)) {
4608 const ssize_t p = getResourcePackageIndex(attrID);
4610 ssize_t cnt = p >= 0 ? lockBag(attrID, &bag) : -1;
4611 //printf("For attr 0x%08x got bag of %d\n", attrID, cnt);
4633 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) {
4638 accessor->getAttributeMin(attrID, &attrMin);
4639 accessor->getAttributeMax(attrID, &attrMax);
4642 l10nReq = accessor->getAttributeL10N(attrID);
4569 stringToValue(Res_value* outValue, String16* outString, const char16_t* s, size_t len, bool preserveSpaces, bool coerceType, uint32_t attrID, const String16* defType, const String16* defPackage, Accessor* accessor, void* accessorCookie, uint32_t attrType, bool enforcePrivate) const argument
[all...]

Completed in 3509 milliseconds