Home
last modified time | relevance | path

Searched defs:resValue (Results 1 – 4 of 4) sorted by relevance

/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java247 Pair<String, ResourceValue> resValue = getResourceValue(resources, id); in getColorStateList() local
269 ResourceValue resValue = value.getSecond(); in getText() local
288 ResourceValue resValue = value.getSecond(); in getText() local
308 ResourceValue resValue = getArrayResourceValue(resources, id); in getTextArray() local
323 ResourceValue resValue = getArrayResourceValue(resources, id); in getStringArray() local
341 @NonNull ArrayResourceValue resValue) { in resolveValues()
359 ArrayResourceValue resValue = (ArrayResourceValue) rv; in getIntArray() local
428 ResourceValue resValue = v.getSecond(); in getArrayResourceValue() local
462 ResourceValue resValue = new UnresolvedResourceValue(value, contextNamespace, resolver); in resolveReference() local
576 ResourceValue resValue = value.getSecond(); in getDimension() local
[all …]
DBridgeTypedArray.java581 ResourceValue resValue = mResourceData[index]; in getResourceId() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java156 private static ComplexColor getInternalComplexColor(@NonNull ResourceValue resValue, in getInternalComplexColor()
234 public static ColorStateList getColorStateList(@NonNull ResourceValue resValue, in getColorStateList()
249 public static ComplexColor getComplexColor(@NonNull ResourceValue resValue, in getComplexColor()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java510 ResourceValue resValue = mRenderResources.getResolvedResource(layout); in inflateView() local
1050 ResourceValue resValue; in createStyleBasedTypedArray() local
1058 defaultPropMap.put(attrHolder.asReference(), resValue); in createStyleBasedTypedArray() local
1121 public int getDynamicIdByStyle(StyleResourceValue resValue) { in getDynamicIdByStyle()