Searched refs:mStrokeColors (Results 1 – 2 of 2) sorted by relevance
1438 ComplexColor mStrokeColors = null; field in VectorDrawable.VFullPath1450 mStrokeColors = copy.mStrokeColors; in VFullPath()1466 if (mStrokeColors != null && mStrokeColors instanceof ColorStateList) { in onStateChange()1469 ((ColorStateList) mStrokeColors).getColorForState(stateSet, oldStrokeColor); in onStateChange()1490 return mStrokeColors != null || mFillColors != null; in isStateful()1582 mStrokeColors = strokeColors; in updateStateFromTypedArray()1585 mStrokeColors = strokeColors; in updateStateFromTypedArray()1587 mStrokeColors = null; in updateStateFromTypedArray()1629 boolean strokeCanApplyTheme = canComplexColorApplyTheme(mStrokeColors); in canApplyTheme()1650 boolean strokeCanApplyTheme = canComplexColorApplyTheme(mStrokeColors); in applyTheme()[all …]
928 final ColorStateList strokeColors = s.mStrokeColors;957 || (s.mStrokeColors != null && s.mStrokeColors.isStateful())1218 if (state.mStrokeColors != null && state.mStrokeColors.canApplyTheme()) {1219 state.mStrokeColors = state.mStrokeColors.obtainForTheme(t);1465 colorStateList = st.mStrokeColors;1744 public ColorStateList mStrokeColors;1805 mStrokeColors = orig.mStrokeColors;1940 || (mStrokeColors != null && mStrokeColors.canApplyTheme())1968 | (mStrokeColors != null ? mStrokeColors.getChangingConfigurations() : 0)2027 mStrokeColors = colors;[all …]