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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2296 uint32_t attrID,
2309 coerceType, attrID, NULL, &mAssetsPackage, this,
2414 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) argument
2416 //printf("getAttributeType #%08x\n", attrID);
2418 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) {
2419 //printf("getAttributeType #%08x (%s): #%08x\n", attrID,
2420 // String8(getEntry(attrID)->getName()).string(), value.data);
2427 bool ResourceTable::getAttributeMin(uint32_t attrID, uint32_t* outMin) argument
2429 //printf("getAttributeMin #%08x\n", attrID);
2431 if (getItemValue(attrID, ResTable_ma
2293 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
2438 getAttributeMax(uint32_t attrID, uint32_t* outMax) argument
2449 getAttributeL10N(uint32_t attrID) argument
2479 getAttributeKeys( uint32_t attrID, Vector<String16>* outKeys) argument
2496 getAttributeEnum( uint32_t attrID, const char16_t* name, size_t nameLen, Res_value* outValue) argument
2516 getAttributeFlags( uint32_t attrID, const char16_t* name, size_t nameLen, Res_value* outValue) argument
4404 getItemValue( uint32_t resID, uint32_t attrID, Res_value* outValue) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5041 uint32_t attrID,
5076 if (attrID != 0 && !Res_INTERNALID(attrID)) {
5077 const ssize_t p = getResourcePackageIndex(attrID);
5079 ssize_t cnt = p >= 0 ? lockBag(attrID, &bag) : -1;
5080 //printf("For attr 0x%08x got bag of %d\n", attrID, cnt);
5102 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) {
5107 accessor->getAttributeMin(attrID, &attrMin);
5108 accessor->getAttributeMax(attrID, &attrMax);
5111 l10nReq = accessor->getAttributeL10N(attrID);
5038 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 190 milliseconds