Searched refs:resVal (Results 1 – 2 of 2) sorted by relevance
734 ResourceValue resVal = mResourceData[index]; in getTextArray() local735 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()
826 ResourceValue resVal = value.getSecond(); in getValue() local827 String v = resVal.getValue(); in getValue()834 if (resVal instanceof DensityBasedResourceValue) { in getValue()836 ((DensityBasedResourceValue) resVal).getResourceDensity().getDpiValue(); in getValue()