Searched refs:strokeColors (Results 1 – 2 of 2) sorted by relevance
2059 final ComplexColor strokeColors = a.getComplexColor( in updateStateFromTypedArray() local2061 if (strokeColors != null) { in updateStateFromTypedArray()2064 if (strokeColors instanceof GradientColor) { in updateStateFromTypedArray()2065 mStrokeColors = strokeColors; in updateStateFromTypedArray()2066 strokeGradient = ((GradientColor) strokeColors).getShader(); in updateStateFromTypedArray()2067 } else if (strokeColors.isStateful() || strokeColors.canApplyTheme()) { in updateStateFromTypedArray()2068 mStrokeColors = strokeColors; in updateStateFromTypedArray()2072 strokeColor = strokeColors.getDefaultColor(); in updateStateFromTypedArray()
1122 final ColorStateList strokeColors = s.mStrokeColors;1123 if (strokeColors != null) {1124 final int newColor = strokeColors.getColorForState(stateSet, 0);