Home
last modified time | relevance | path

Searched refs:DYNAMIC_REFERENCE (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DDataType.java26 DYNAMIC_REFERENCE(0x07), enumConstant
DDynamicRefTable.java151 case DYNAMIC_REFERENCE: in lookupResourceValue()
DResXMLParser.java328 if (type != DataType.DYNAMIC_REFERENCE.code()) { in getAttributeDataType()
350 if (attr.typedValue.dataType != DataType.DYNAMIC_REFERENCE.code() || in getAttributeData()