Home
last modified time | relevance | path

Searched refs:lookupResourceId (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DDynamicRefTable.java97 int lookupResourceId(Ref<Integer> resId) { in lookupResourceId() method in DynamicRefTable
158 int err = lookupResourceId(resIdRef); in lookupResourceValue()
DCppAssetManager2.java1005 if (entry.dynamic_ref_table.lookupResourceId(new_key) != NO_ERROR) { in GetBag()
1045 entry.dynamic_ref_table.lookupResourceId(parent_resid); in GetBag()
1075 if (entry.dynamic_ref_table.lookupResourceId(child_keyRef) != NO_ERROR) { in GetBag()
1133 if (entry.dynamic_ref_table.lookupResourceId(new_key) != NO_ERROR) { in GetBag()
DResXMLParser.java284 mTree.mDynamicRefTable.lookupResourceId(resIdRef); in getAttributeNameResID()
356 if (mTree.mDynamicRefTable.lookupResourceId(data) == NO_ERROR) { in getAttributeData()
DResTable.java2827 err = grp.dynamicRefTable.lookupResourceId(resolvedParent); in getBagLocked()
2892 if (grp.dynamicRefTable.lookupResourceId(newName) != NO_ERROR) { in getBagLocked()