Searched refs:resVal (Results 1 – 2 of 2) sorted by relevance
875 ResourceValue resVal = getResourceValue(resources, id, outValue); in getFont() local876 if (resVal != null) { in getFont()877 return ResourceHelper.getFont(resVal, getContext(resources), null); in getFont()895 ResourceValue resVal = value.getSecond(); in getResourceValue() local896 String v = resVal != null ? resVal.getValue() : null; in getResourceValue()901 return resVal; in getResourceValue()903 if (resVal instanceof DensityBasedResourceValue) { in getResourceValue()905 ((DensityBasedResourceValue) resVal).getResourceDensity().getDpiValue(); in getResourceValue()911 return resVal; in getResourceValue()
717 ResourceValue resVal = mResourceData[index]; in getTextArray() local718 if (resVal instanceof ArrayResourceValue) { in getTextArray()719 ArrayResourceValue array = (ArrayResourceValue) resVal; in getTextArray()728 String.format("%1$s in %2$s%3$s is not a valid array resource.", resVal.getValue(), in getTextArray()