Searched refs:resVal (Results 1 – 2 of 2) sorted by relevance
753 ResourceValue resVal = mResourceData[index]; in getTextArray() local754 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()
838 ResourceValue resVal = value.getSecond(); in getValue() local839 String v = resVal != null ? resVal.getValue() : null; in getValue()846 if (resVal instanceof DensityBasedResourceValue) { in getValue()848 ((DensityBasedResourceValue) resVal).getResourceDensity().getDpiValue(); in getValue()