Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java753 ResourceValue resVal = mResourceData[index]; in getTextArray() local
754 if (resVal instanceof ArrayResourceValue) { in getTextArray()
755 ArrayResourceValue array = (ArrayResourceValue) resVal; in getTextArray()
763 String.format("%1$s in %2$s%3$s is not a valid array resource.", resVal.getValue(), in getTextArray()
DResources_Delegate.java838 ResourceValue resVal = value.getSecond(); in getValue() local
839 String v = resVal != null ? resVal.getValue() : null; in getValue()
846 if (resVal instanceof DensityBasedResourceValue) { in getValue()
848 ((DensityBasedResourceValue) resVal).getResourceDensity().getDpiValue(); in getValue()