Searched refs:getComplexColor (Results 1 – 5 of 5) sorted by relevance
340 public ComplexColor getComplexColor(int index) { in getComplexColor() method in BridgeTypedArray345 return ResourceHelper.getComplexColor(mResourceData[index], mContext, mTheme); in getComplexColor()
243 public static ComplexColor getComplexColor(@NonNull ResourceValue resValue, in getComplexColor() method in ResourceHelper
554 public ComplexColor getComplexColor(@StyleableRes int index) { in getComplexColor() method in TypedArray
2043 final ComplexColor fillColors = a.getComplexColor( in updateStateFromTypedArray()2059 final ComplexColor strokeColors = a.getComplexColor( in updateStateFromTypedArray()
6555 HSPLandroid/content/res/TypedArray;->getComplexColor(I)Landroid/content/res/ComplexColor;