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.java2059 final ComplexColor strokeColors = a.getComplexColor( in updateStateFromTypedArray() local
2061 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()
DGradientDrawable.java1122 final ColorStateList strokeColors = s.mStrokeColors;
1123 if (strokeColors != null) {
1124 final int newColor = strokeColors.getColorForState(stateSet, 0);