Home
last modified time | relevance | path

Searched refs:strokeColors (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2048 final ComplexColor strokeColors = a.getComplexColor( in updateStateFromTypedArray() local
2050 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()
DGradientDrawable.java1146 final ColorStateList strokeColors = s.mStrokeColors;
1147 if (strokeColors != null) {
1148 final int newColor = strokeColors.getColorForState(stateSet, 0);