Home
last modified time | relevance | path

Searched refs:mStrokeColors (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1877 ComplexColor mStrokeColors = null; field in VectorDrawable.VFullPath
1889 mStrokeColors = copy.mStrokeColors; in VFullPath()
1918 if (mStrokeColors != null && mStrokeColors instanceof ColorStateList) { in onStateChange()
1921 ((ColorStateList) mStrokeColors).getColorForState(stateSet, oldStrokeColor); in onStateChange()
1942 return mStrokeColors != null || mFillColors != null; in isStateful()
1947 return (mStrokeColors != null && mStrokeColors instanceof ColorStateList && in hasFocusStateSpecified()
1948 ((ColorStateList) mStrokeColors).hasFocusStateSpecified()) && in hasFocusStateSpecified()
2042 mStrokeColors = strokeColors; in updateStateFromTypedArray()
2045 mStrokeColors = strokeColors; in updateStateFromTypedArray()
2047 mStrokeColors = null; in updateStateFromTypedArray()
[all …]
DGradientDrawable.java976 final ColorStateList strokeColors = s.mStrokeColors;
1005 || (s.mStrokeColors != null && s.mStrokeColors.isStateful())
1014 || (s.mStrokeColors != null && s.mStrokeColors.hasFocusStateSpecified())
1275 if (state.mStrokeColors != null && state.mStrokeColors.canApplyTheme()) {
1276 state.mStrokeColors = state.mStrokeColors.obtainForTheme(t);
1522 colorStateList = st.mStrokeColors;
1801 public ColorStateList mStrokeColors;
1862 mStrokeColors = orig.mStrokeColors;
1997 || (mStrokeColors != null && mStrokeColors.canApplyTheme())
2025 | (mStrokeColors != null ? mStrokeColors.getChangingConfigurations() : 0)
[all …]