Searched defs:mStrokeColors (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java957 final ColorStateList strokeColors = s.mStrokeColors;
986 || (s.mStrokeColors != null && s.mStrokeColors.isStateful())
995 || (s.mStrokeColors != null && s.mStrokeColors.hasFocusStateSpecified())
1256 if (state.mStrokeColors != null && state.mStrokeColors.canApplyTheme()) {
1257 state.mStrokeColors = state.mStrokeColors.obtainForTheme(t);
1503 colorStateList = st.mStrokeColors;
1782 public ColorStateList mStrokeColors; field in class:GradientDrawable.GradientState
[all...]
H A DVectorDrawable.java1785 ComplexColor mStrokeColors = null; field in class:VectorDrawable.VFullPath
1797 mStrokeColors = copy.mStrokeColors;
1826 if (mStrokeColors != null && mStrokeColors instanceof ColorStateList) {
1829 ((ColorStateList) mStrokeColors).getColorForState(stateSet, oldStrokeColor);
1850 return mStrokeColors != null || mFillColors != null;
1855 return (mStrokeColors != null && mStrokeColors instanceof ColorStateList &&
1856 ((ColorStateList) mStrokeColors)
[all...]

Completed in 190 milliseconds