Searched refs:strokeColors (Results 1 – 2 of 2) sorted by relevance
1951 final ComplexColor strokeColors = a.getComplexColor( in updateStateFromTypedArray() local1953 if (strokeColors != null) { in updateStateFromTypedArray()1956 if (strokeColors instanceof GradientColor) { in updateStateFromTypedArray()1957 mStrokeColors = strokeColors; in updateStateFromTypedArray()1958 strokeGradient = ((GradientColor) strokeColors).getShader(); in updateStateFromTypedArray()1959 } else if (strokeColors.isStateful()) { in updateStateFromTypedArray()1960 mStrokeColors = strokeColors; in updateStateFromTypedArray()1964 strokeColor = strokeColors.getDefaultColor(); in updateStateFromTypedArray()
957 final ColorStateList strokeColors = s.mStrokeColors;958 if (strokeColors != null) {959 final int newColor = strokeColors.getColorForState(stateSet, 0);