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