Searched refs:strokeColors (Results 1 – 2 of 2) sorted by relevance
2036 final ComplexColor strokeColors = a.getComplexColor( in updateStateFromTypedArray() local2038 if (strokeColors != null) { in updateStateFromTypedArray()2041 if (strokeColors instanceof GradientColor) { in updateStateFromTypedArray()2042 mStrokeColors = strokeColors; in updateStateFromTypedArray()2043 strokeGradient = ((GradientColor) strokeColors).getShader(); in updateStateFromTypedArray()2044 } else if (strokeColors.isStateful()) { in updateStateFromTypedArray()2045 mStrokeColors = strokeColors; in updateStateFromTypedArray()2049 strokeColor = strokeColors.getDefaultColor(); in updateStateFromTypedArray()
976 final ColorStateList strokeColors = s.mStrokeColors;977 if (strokeColors != null) {978 final int newColor = strokeColors.getColorForState(stateSet, 0);