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.java875 ResourceValue resVal = getResourceValue(resources, id, outValue); in getFont() local
876 if (resVal != null) { in getFont()
877 return ResourceHelper.getFont(resVal, getContext(resources), null); in getFont()
895 ResourceValue resVal = value.getSecond(); in getResourceValue() local
896 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()
DBridgeTypedArray.java717 ResourceValue resVal = mResourceData[index]; in getTextArray() local
718 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()