Searched refs:strokeColors (Results 1 – 2 of 2) sorted by relevance
2048 final ComplexColor strokeColors = a.getComplexColor( in updateStateFromTypedArray() local2050 if (strokeColors != null) { in updateStateFromTypedArray()2053 if (strokeColors instanceof GradientColor) { in updateStateFromTypedArray()2054 mStrokeColors = strokeColors; in updateStateFromTypedArray()2055 strokeGradient = ((GradientColor) strokeColors).getShader(); in updateStateFromTypedArray()2056 } else if (strokeColors.isStateful() || strokeColors.canApplyTheme()) { in updateStateFromTypedArray()2057 mStrokeColors = strokeColors; in updateStateFromTypedArray()2061 strokeColor = strokeColors.getDefaultColor(); in updateStateFromTypedArray()
1146 final ColorStateList strokeColors = s.mStrokeColors;1147 if (strokeColors != null) {1148 final int newColor = strokeColors.getColorForState(stateSet, 0);