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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2096 uint32_t attrID,
2109 coerceType, attrID, NULL, &mAssetsPackage, this,
2195 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) argument
2197 //printf("getAttributeType #%08x\n", attrID);
2199 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) {
2200 //printf("getAttributeType #%08x (%s): #%08x\n", attrID,
2201 // String8(getEntry(attrID)->getName()).string(), value.data);
2208 bool ResourceTable::getAttributeMin(uint32_t attrID, uint32_t* outMin) argument
2210 //printf("getAttributeMin #%08x\n", attrID);
2212 if (getItemValue(attrID, ResTable_ma
2093 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
2219 getAttributeMax(uint32_t attrID, uint32_t* outMax) argument
2230 getAttributeL10N(uint32_t attrID) argument
2260 getAttributeKeys( uint32_t attrID, Vector<String16>* outKeys) argument
2277 getAttributeEnum( uint32_t attrID, const char16_t* name, size_t nameLen, Res_value* outValue) argument
2297 getAttributeFlags( uint32_t attrID, const char16_t* name, size_t nameLen, Res_value* outValue) argument
3869 getItemValue( uint32_t resID, uint32_t attrID, Res_value* outValue) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4063 uint32_t attrID,
4098 if (attrID != 0 && !Res_INTERNALID(attrID)) {
4099 const ssize_t p = getResourcePackageIndex(attrID);
4101 ssize_t cnt = p >= 0 ? lockBag(attrID, &bag) : -1;
4102 //printf("For attr 0x%08x got bag of %d\n", attrID, cnt);
4124 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) {
4129 accessor->getAttributeMin(attrID, &attrMin);
4130 accessor->getAttributeMax(attrID, &attrMax);
4133 l10nReq = accessor->getAttributeL10N(attrID);
4060 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 668 milliseconds