Searched refs:lookupResourceValue (Results 1 – 2 of 2) sorted by relevance
1493 inline status_t lookupResourceValue(Res_value* value) const;
1275 mTree.mDynamicRefTable->lookupResourceValue(outValue) != NO_ERROR) { in getAttributeValue()3680 if (grp->dynamicRefTable.lookupResourceValue(outValue) != NO_ERROR) { in getResource()4000 status_t err = grp->dynamicRefTable.lookupResourceValue(&cur->map.value); in getBagLocked()6015 status_t DynamicRefTable::lookupResourceValue(Res_value* value) const { in lookupResourceValue() function in android::DynamicRefTable