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.java1904 ComplexColor mStrokeColors = null; field in VectorDrawable.VFullPath
1916 mStrokeColors = copy.mStrokeColors; in VFullPath()
1945 if (mStrokeColors != null && mStrokeColors instanceof ColorStateList) { in onStateChange()
1948 ((ColorStateList) mStrokeColors).getColorForState(stateSet, oldStrokeColor); in onStateChange()
1969 return mStrokeColors != null || mFillColors != null; in isStateful()
1974 return (mStrokeColors != null && mStrokeColors instanceof ColorStateList && in hasFocusStateSpecified()
1975 ((ColorStateList) mStrokeColors).hasFocusStateSpecified()) && in hasFocusStateSpecified()
2069 mStrokeColors = strokeColors; in updateStateFromTypedArray()
2072 mStrokeColors = strokeColors; in updateStateFromTypedArray()
2074 mStrokeColors = null; in updateStateFromTypedArray()
[all …]
DGradientDrawable.java1137 final ColorStateList strokeColors = s.mStrokeColors;
1167 || (s.mStrokeColors != null && s.mStrokeColors.isStateful())
1175 || (s.mStrokeColors != null && s.mStrokeColors.hasFocusStateSpecified())
1438 if (state.mStrokeColors != null && state.mStrokeColors.canApplyTheme()) {
1439 state.mStrokeColors = state.mStrokeColors.obtainForTheme(t);
1683 colorStateList = st.mStrokeColors;
1982 public ColorStateList mStrokeColors;
2057 mStrokeColors = orig.mStrokeColors;
2196 || (mStrokeColors != null && mStrokeColors.canApplyTheme())
2224 | (mStrokeColors != null ? mStrokeColors.getChangingConfigurations() : 0)
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt19858 Landroid/graphics/drawable/GradientDrawable$GradientState;->mStrokeColors:Landroid/content/res/Colo…
20410 Landroid/graphics/drawable/VectorDrawable$VFullPath;->mStrokeColors:Landroid/content/res/ComplexCol…