Searched refs:resVal (Results 1 – 2 of 2) sorted by relevance
759 ResourceValue resVal = mResourceData[index]; in getTextArray() local760 if (resVal instanceof ArrayResourceValue) { in getTextArray()761 ArrayResourceValue array = (ArrayResourceValue) resVal; in getTextArray()769 String.format("%1$s in %2$s%3$s is not a valid array resource.", resVal.getValue(), in getTextArray()
858 ResourceValue resVal = value.getSecond(); in getValue() local859 String v = resVal != null ? resVal.getValue() : null; in getValue()866 if (resVal instanceof DensityBasedResourceValue) { in getValue()868 ((DensityBasedResourceValue) resVal).getResourceDensity().getDpiValue(); in getValue()