Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1889 ComplexColor mStrokeColors = null; field in VectorDrawable.VFullPath
1901 mStrokeColors = copy.mStrokeColors; in VFullPath()
1930 if (mStrokeColors != null && mStrokeColors instanceof ColorStateList) { in onStateChange()
1933 ((ColorStateList) mStrokeColors).getColorForState(stateSet, oldStrokeColor); in onStateChange()
1954 return mStrokeColors != null || mFillColors != null; in isStateful()
1959 return (mStrokeColors != null && mStrokeColors instanceof ColorStateList && in hasFocusStateSpecified()
1960 ((ColorStateList) mStrokeColors).hasFocusStateSpecified()) && in hasFocusStateSpecified()
2054 mStrokeColors = strokeColors; in updateStateFromTypedArray()
2057 mStrokeColors = strokeColors; in updateStateFromTypedArray()
2059 mStrokeColors = null; in updateStateFromTypedArray()
[all …]
DGradientDrawable.java1146 final ColorStateList strokeColors = s.mStrokeColors;
1176 || (s.mStrokeColors != null && s.mStrokeColors.isStateful())
1184 || (s.mStrokeColors != null && s.mStrokeColors.hasFocusStateSpecified())
1455 if (state.mStrokeColors != null && state.mStrokeColors.canApplyTheme()) {
1456 state.mStrokeColors = state.mStrokeColors.obtainForTheme(t);
1708 colorStateList = st.mStrokeColors;
2017 public ColorStateList mStrokeColors;
2092 mStrokeColors = orig.mStrokeColors;
2238 || (mStrokeColors != null && mStrokeColors.canApplyTheme())
2267 | (mStrokeColors != null ? mStrokeColors.getChangingConfigurations() : 0)
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16980 Landroid/graphics/drawable/GradientDrawable$GradientState;->mStrokeColors:Landroid/content/res/Colo…
17532 Landroid/graphics/drawable/VectorDrawable$VFullPath;->mStrokeColors:Landroid/content/res/ComplexCol…