Searched defs:resValue (Results 1 – 4 of 4) sorted by relevance
| /frameworks/layoutlib/bridge/src/android/content/res/ |
| D | Resources_Delegate.java | 246 Pair<String, ResourceValue> resValue = getResourceValue(resources, id); in getColorStateList() local 268 ResourceValue resValue = value.second; in getText() local 287 ResourceValue resValue = value.second; in getText() local 307 ResourceValue resValue = getArrayResourceValue(resources, id); in getTextArray() local 322 ResourceValue resValue = getArrayResourceValue(resources, id); in getStringArray() local 340 @NonNull ArrayResourceValue resValue) { in resolveValues() 358 ArrayResourceValue resValue = (ArrayResourceValue) rv; in getIntArray() local 427 ResourceValue resValue = v.second; in getArrayResourceValue() local 461 ResourceValue resValue = new UnresolvedResourceValue(value, contextNamespace, resolver); in resolveReference() local 582 ResourceValue resValue = value.second; in getDimension() local [all …]
|
| D | BridgeTypedArray.java | 584 ResourceValue resValue = mResourceData[index]; in getResourceId() local
|
| /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
| D | ResourceHelper.java | 190 private static ComplexColor getInternalComplexColor(@NonNull ResourceValue resValue, in getInternalComplexColor() 268 public static ColorStateList getColorStateList(@NonNull ResourceValue resValue, in getColorStateList() 283 public static ComplexColor getComplexColor(@NonNull ResourceValue resValue, in getComplexColor()
|
| /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
| D | BridgeContext.java | 532 ResourceValue resValue = mRenderResources.getResolvedResource(layout); in inflateView() local 1083 ResourceValue resValue; in createStyleBasedTypedArray() local 1091 defaultPropMap.put(attrHolder.asReference(), resValue); in createStyleBasedTypedArray() local 1154 public int getDynamicIdByStyle(StyleResourceValue resValue) { in getDynamicIdByStyle()
|