Home
last modified time | relevance | path

Searched refs:mDynamicRefTable (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResXMLParser.java282 if (mTree.mDynamicRefTable != null) { in getAttributeNameResID()
284 mTree.mDynamicRefTable.lookupResourceId(resIdRef); in getAttributeNameResID()
351 mTree.mDynamicRefTable == null) { in getAttributeData()
356 if (mTree.mDynamicRefTable.lookupResourceId(data) == NO_ERROR) { in getAttributeData()
375 if (mTree.mDynamicRefTable != null && in getAttributeValue()
376 mTree.mDynamicRefTable.lookupResourceValue(outValue) != NO_ERROR) { in getAttributeValue()
DResXMLTree.java35 final DynamicRefTable mDynamicRefTable; field in ResXMLTree
57 mDynamicRefTable = dynamicRefTable; in ResXMLTree()