Searched refs:mStrokeColors (Results 1 – 2 of 2) sorted by relevance
1721 ComplexColor mStrokeColors = null; field in VectorDrawable.VFullPath1733 mStrokeColors = copy.mStrokeColors; in VFullPath()1762 if (mStrokeColors != null && mStrokeColors instanceof ColorStateList) { in onStateChange()1765 ((ColorStateList) mStrokeColors).getColorForState(stateSet, oldStrokeColor); in onStateChange()1786 return mStrokeColors != null || mFillColors != null; in isStateful()1878 mStrokeColors = strokeColors; in updateStateFromTypedArray()1881 mStrokeColors = strokeColors; in updateStateFromTypedArray()1883 mStrokeColors = null; in updateStateFromTypedArray()1925 boolean strokeCanApplyTheme = canComplexColorApplyTheme(mStrokeColors); in canApplyTheme()1946 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 …]