Lines Matching refs:attrID
2308 uint32_t attrID, in stringToValue() argument
2321 coerceType, attrID, NULL, &mAssetsPackage, this, in stringToValue()
2426 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType() argument
2430 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) { in getAttributeType()
2439 bool ResourceTable::getAttributeMin(uint32_t attrID, uint32_t* outMin) in getAttributeMin() argument
2443 if (getItemValue(attrID, ResTable_map::ATTR_MIN, &value)) { in getAttributeMin()
2450 bool ResourceTable::getAttributeMax(uint32_t attrID, uint32_t* outMax) in getAttributeMax() argument
2454 if (getItemValue(attrID, ResTable_map::ATTR_MAX, &value)) { in getAttributeMax()
2461 uint32_t ResourceTable::getAttributeL10N(uint32_t attrID) in getAttributeL10N() argument
2465 if (getItemValue(attrID, ResTable_map::ATTR_L10N, &value)) { in getAttributeL10N()
2491 uint32_t attrID, Vector<String16>* outKeys) in getAttributeKeys() argument
2493 sp<const Entry> e = getEntry(attrID); in getAttributeKeys()
2508 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeEnum() argument
2513 sp<const Entry> e = getEntry(attrID); in getAttributeEnum()
2520 return getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, outValue); in getAttributeEnum()
2528 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeFlags() argument
2536 sp<const Entry> e = getEntry(attrID); in getAttributeFlags()
2555 bool got = getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, &val); in getAttributeFlags()
4392 const ResourceTable::Item* ResourceTable::getItem(uint32_t resID, uint32_t attrID) const in getItem()
4407 if (it.bagKeyId == attrID) { in getItem()
4416 uint32_t resID, uint32_t attrID, Res_value* outValue) in getItemValue() argument
4418 const Item* item = getItem(resID, attrID); in getItemValue()
4441 resID, attrID, String8(getEntry(resID)->getName()).c_str(), in getItemValue()
4445 resID, attrID); in getItemValue()