Searched refs:strokeColors (Results 1 – 2 of 2) sorted by relevance
2063 final ComplexColor strokeColors = a.getComplexColor( in updateStateFromTypedArray() local2065 if (strokeColors != null) { in updateStateFromTypedArray()2068 if (strokeColors instanceof GradientColor) { in updateStateFromTypedArray()2069 mStrokeColors = strokeColors; in updateStateFromTypedArray()2070 strokeGradient = ((GradientColor) strokeColors).getShader(); in updateStateFromTypedArray()2071 } else if (strokeColors.isStateful() || strokeColors.canApplyTheme()) { in updateStateFromTypedArray()2072 mStrokeColors = strokeColors; in updateStateFromTypedArray()2076 strokeColor = strokeColors.getDefaultColor(); in updateStateFromTypedArray()
1137 final ColorStateList strokeColors = s.mStrokeColors;1138 if (strokeColors != null) {1139 final int newColor = strokeColors.getColorForState(stateSet, 0);