Lines Matching refs:attrID
2309 uint32_t attrID, in stringToValue() argument
2322 coerceType, attrID, NULL, &mAssetsPackage, this, in stringToValue()
2427 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType() argument
2431 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) { in getAttributeType()
2440 bool ResourceTable::getAttributeMin(uint32_t attrID, uint32_t* outMin) in getAttributeMin() argument
2444 if (getItemValue(attrID, ResTable_map::ATTR_MIN, &value)) { in getAttributeMin()
2451 bool ResourceTable::getAttributeMax(uint32_t attrID, uint32_t* outMax) in getAttributeMax() argument
2455 if (getItemValue(attrID, ResTable_map::ATTR_MAX, &value)) { in getAttributeMax()
2462 uint32_t ResourceTable::getAttributeL10N(uint32_t attrID) in getAttributeL10N() argument
2466 if (getItemValue(attrID, ResTable_map::ATTR_L10N, &value)) { in getAttributeL10N()
2493 uint32_t attrID, Vector<String16>* outKeys) in getAttributeKeys() argument
2495 sp<const Entry> e = getEntry(attrID); in getAttributeKeys()
2510 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeEnum() argument
2515 sp<const Entry> e = getEntry(attrID); in getAttributeEnum()
2522 return getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, outValue); in getAttributeEnum()
2530 uint32_t attrID, const char16_t* name, size_t nameLen, in getAttributeFlags() argument
2538 sp<const Entry> e = getEntry(attrID); in getAttributeFlags()
2557 bool got = getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, &val); in getAttributeFlags()
4402 const ResourceTable::Item* ResourceTable::getItem(uint32_t resID, uint32_t attrID) const in getItem()
4417 if (it.bagKeyId == attrID) { in getItem()
4426 uint32_t resID, uint32_t attrID, Res_value* outValue) in getItemValue() argument
4428 const Item* item = getItem(resID, attrID); in getItemValue()
4451 resID, attrID, String8(getEntry(resID)->getName()).string(), in getItemValue()
4455 resID, attrID); in getItemValue()