Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java195 Pair<String, ResourceValue> resValue = in getColorStateList() local
218 ResourceValue resValue = value.getSecond(); in getText() local
237 ResourceValue resValue = value.getSecond(); in getText() local
257 ResourceValue resValue = getArrayResourceValue(resources, id); in getTextArray() local
271 ResourceValue resValue = getArrayResourceValue(resources, id); in getStringArray() local
288 static <T extends CharSequence> T[] fillValues(Resources resources, ArrayResourceValue resValue, in fillValues()
317 ArrayResourceValue resValue = ((ArrayResourceValue) rv); in getIntArray() local
350 ResourceValue resValue = v.getSecond(); in getArrayResourceValue() local
499 ResourceValue resValue = value.getSecond(); in getDimension() local
533 ResourceValue resValue = value.getSecond(); in getDimensionPixelOffset() local
[all …]
DBridgeTypedArray.java552 ResourceValue resValue = mResourceData[index]; in getResourceId() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java139 private static ComplexColor getInternalComplexColor(@NonNull ResourceValue resValue, in getInternalComplexColor()
235 public static ColorStateList getColorStateList(@NonNull ResourceValue resValue, in getColorStateList()
249 public static ComplexColor getComplexColor(@NonNull ResourceValue resValue, in getComplexColor()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DBridgeInflater.java283 ResourceValue resValue = bc.getRenderResources().findResValue(attrVal, false); in setupViewInContext() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java425 ResourceValue resValue; in inflateView() local
837 ResourceValue resValue = null; in obtainStyledAttributes() local
947 ResourceValue resValue; in createStyleBasedTypedArray() local
1026 public int getDynamicIdByStyle(StyleResourceValue resValue) { in getDynamicIdByStyle()