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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java769 final ColorStateList strokeColors = s.mStrokeColors;
798 || (s.mStrokeColors != null && s.mStrokeColors.isStateful())
1052 if (state.mStrokeColors != null && state.mStrokeColors.canApplyTheme()) {
1053 state.mStrokeColors = state.mStrokeColors.obtainForTheme(t);
1299 colorStateList = st.mStrokeColors;
1570 public ColorStateList mStrokeColors; field in class:GradientDrawable.GradientState
1629 mStrokeColors
[all...]

Completed in 66 milliseconds