Home
last modified time | relevance | path

Searched refs:resVal (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java876 ResourceValue resVal = getResourceValue(resources, id, outValue); in getFont() local
877 if (resVal != null) { in getFont()
878 return ResourceHelper.getFont(resVal, getContext(resources), null); in getFont()
896 ResourceValue resVal = value.getSecond(); in getResourceValue() local
897 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()
DBridgeTypedArray.java740 ResourceValue resVal = mResourceData[index]; in getTextArray() local
741 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()