Searched refs:resVal (Results 1 – 2 of 2) sorted by relevance
700 ResourceValue resVal = mResourceData[index]; in getTextArray() local701 if (resVal instanceof ArrayResourceValue) { in getTextArray()702 ArrayResourceValue array = (ArrayResourceValue) resVal; in getTextArray()711 resVal.getValue(), mNames[index], resIdMessage)); in getTextArray()
727 ResourceValue resVal = value.getSecond(); in getValue() local728 String v = resVal.getValue(); in getValue()735 if (resVal instanceof DensityBasedResourceValue) { in getValue()737 ((DensityBasedResourceValue) resVal).getResourceDensity().getDpiValue(); in getValue()