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.java734 ResourceValue resVal = mResourceData[index]; in getTextArray() local
735 if (resVal instanceof ArrayResourceValue) { in getTextArray()
736 ArrayResourceValue array = (ArrayResourceValue) resVal; in getTextArray()
744 String.format("%1$s in %2$s%3$s is not a valid array resource.", resVal.getValue(), in getTextArray()
DResources_Delegate.java826 ResourceValue resVal = value.getSecond(); in getValue() local
827 String v = resVal.getValue(); in getValue()
834 if (resVal instanceof DensityBasedResourceValue) { in getValue()
836 ((DensityBasedResourceValue) resVal).getResourceDensity().getDpiValue(); in getValue()