Lines Matching refs:attrID
2306 uint32_t attrID, in stringToValue() argument
2319 coerceType, attrID, NULL, &mAssetsPackage, this, in stringToValue()
2424 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType() argument
2428 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) { in getAttributeType()
2437 bool ResourceTable::getAttributeMin(uint32_t attrID, uint32_t* outMin) in getAttributeMin() argument
2441 if (getItemValue(attrID, ResTable_map::ATTR_MIN, &value)) { in getAttributeMin()
2448 bool ResourceTable::getAttributeMax(uint32_t attrID, uint32_t* outMax) in getAttributeMax() argument
2452 if (getItemValue(attrID, ResTable_map::ATTR_MAX, &value)) { in getAttributeMax()
2459 uint32_t ResourceTable::getAttributeL10N(uint32_t attrID) in getAttributeL10N() argument
2463 if (getItemValue(attrID, ResTable_map::ATTR_L10N, &value)) { in getAttributeL10N()
2490 uint32_t attrID, Vector<String16>* outKeys) in getAttributeKeys() argument
2492 sp<const Entry> e = getEntry(attrID); in getAttributeKeys()
2507 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeEnum() argument
2512 sp<const Entry> e = getEntry(attrID); in getAttributeEnum()
2519 return getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, outValue); in getAttributeEnum()
2527 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeFlags() argument
2535 sp<const Entry> e = getEntry(attrID); in getAttributeFlags()
2554 bool got = getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, &val); in getAttributeFlags()
4399 const ResourceTable::Item* ResourceTable::getItem(uint32_t resID, uint32_t attrID) const in getItem()
4414 if (it.bagKeyId == attrID) { in getItem()
4423 uint32_t resID, uint32_t attrID, Res_value* outValue) in getItemValue() argument
4425 const Item* item = getItem(resID, attrID); in getItemValue()
4448 resID, attrID, String8(getEntry(resID)->getName()).string(), in getItemValue()
4452 resID, attrID); in getItemValue()