Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1904 ComplexColor mStrokeColors = null; field in VectorDrawable.VFullPath
1916 mStrokeColors = copy.mStrokeColors; in VFullPath()
1945 if (mStrokeColors != null && mStrokeColors instanceof ColorStateList) { in onStateChange()
1969 return mStrokeColors != null || mFillColors != null; in isStateful()
1974 return (mStrokeColors != null && mStrokeColors instanceof ColorStateList && in hasFocusStateSpecified()
2069 mStrokeColors = strokeColors; in updateStateFromTypedArray()
2072 mStrokeColors = strokeColors; in updateStateFromTypedArray()
2074 mStrokeColors = null; in updateStateFromTypedArray()
2150 mStrokeColors = mStrokeColors.obtainForTheme(t); in applyTheme()
2151 if (mStrokeColors instanceof GradientColor) { in applyTheme()
[all …]
H A DGradientDrawable.java1167 || (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)
2288 mStrokeColors = colors;
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A 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…