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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2309 uint32_t attrID,
2322 coerceType, attrID, NULL, &mAssetsPackage, this,
2427 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) argument
2429 //printf("getAttributeType #%08x\n", attrID);
2431 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) {
2432 //printf("getAttributeType #%08x (%s): #%08x\n", attrID,
2433 // String8(getEntry(attrID)->getName()).string(), value.data);
2440 bool ResourceTable::getAttributeMin(uint32_t attrID, uint32_t* outMin) argument
2442 //printf("getAttributeMin #%08x\n", attrID);
2444 if (getItemValue(attrID, ResTable_ma
2306 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
2451 getAttributeMax(uint32_t attrID, uint32_t* outMax) argument
2462 getAttributeL10N(uint32_t attrID) argument
2492 getAttributeKeys( uint32_t attrID, Vector<String16>* outKeys) argument
2509 getAttributeEnum( uint32_t attrID, const char16_t* name, size_t nameLen, Res_value* outValue) argument
2529 getAttributeFlags( uint32_t attrID, const char16_t* name, size_t nameLen, Res_value* outValue) argument
4425 getItemValue( uint32_t resID, uint32_t attrID, Res_value* outValue) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5369 uint32_t attrID,
5404 if (attrID != 0 && !Res_INTERNALID(attrID)) {
5405 const ssize_t p = getResourcePackageIndex(attrID);
5407 ssize_t cnt = p >= 0 ? lockBag(attrID, &bag) : -1;
5408 //printf("For attr 0x%08x got bag of %d\n", attrID, cnt);
5430 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) {
5435 accessor->getAttributeMin(attrID, &attrMin);
5436 accessor->getAttributeMax(attrID, &attrMax);
5439 l10nReq = accessor->getAttributeL10N(attrID);
5366 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 83 milliseconds