Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java700 ResourceValue resVal = mResourceData[index]; in getTextArray() local
701 if (resVal instanceof ArrayResourceValue) { in getTextArray()
702 ArrayResourceValue array = (ArrayResourceValue) resVal; in getTextArray()
711 resVal.getValue(), mNames[index], resIdMessage)); in getTextArray()
DResources_Delegate.java727 ResourceValue resVal = value.getSecond(); in getValue() local
728 String v = resVal.getValue(); in getValue()
735 if (resVal instanceof DensityBasedResourceValue) { in getValue()
737 ((DensityBasedResourceValue) resVal).getResourceDensity().getDpiValue(); in getValue()