Searched refs:resVal (Results 1 – 2 of 2) sorted by relevance
876 ResourceValue resVal = getResourceValue(resources, id, outValue); in getFont() local877 if (resVal != null) { in getFont()878 return ResourceHelper.getFont(resVal, getContext(resources), null); in getFont()896 ResourceValue resVal = value.getSecond(); in getResourceValue() local897 String v = resVal != null ? resVal.getValue() : null; in getResourceValue()902 return resVal; in getResourceValue()904 if (resVal instanceof DensityBasedResourceValue) { in getResourceValue()906 ((DensityBasedResourceValue) resVal).getResourceDensity().getDpiValue(); in getResourceValue()912 return resVal; in getResourceValue()
740 ResourceValue resVal = mResourceData[index]; in getTextArray() local741 if (resVal instanceof ArrayResourceValue) { in getTextArray()742 ArrayResourceValue array = (ArrayResourceValue) resVal; in getTextArray()751 String.format("%1$s in %2$s%3$s is not a valid array resource.", resVal.getValue(), in getTextArray()