Searched refs:mStrokeColors (Results 1 – 3 of 3) sorted by relevance
1900 ComplexColor mStrokeColors = null; field in VectorDrawable.VFullPath1912 mStrokeColors = copy.mStrokeColors; in VFullPath()1941 if (mStrokeColors != null && mStrokeColors instanceof ColorStateList) { in onStateChange()1944 ((ColorStateList) mStrokeColors).getColorForState(stateSet, oldStrokeColor); in onStateChange()1965 return mStrokeColors != null || mFillColors != null; in isStateful()1970 return (mStrokeColors != null && mStrokeColors instanceof ColorStateList && in hasFocusStateSpecified()1971 ((ColorStateList) mStrokeColors).hasFocusStateSpecified()) && in hasFocusStateSpecified()2065 mStrokeColors = strokeColors; in updateStateFromTypedArray()2068 mStrokeColors = strokeColors; in updateStateFromTypedArray()2070 mStrokeColors = null; in updateStateFromTypedArray()[all …]
1122 final ColorStateList strokeColors = s.mStrokeColors;1152 || (s.mStrokeColors != null && s.mStrokeColors.isStateful())1161 || (s.mStrokeColors != null && s.mStrokeColors.hasFocusStateSpecified())1424 if (state.mStrokeColors != null && state.mStrokeColors.canApplyTheme()) {1425 state.mStrokeColors = state.mStrokeColors.obtainForTheme(t);1669 colorStateList = st.mStrokeColors;1926 public ColorStateList mStrokeColors; field in GradientDrawable.GradientState2001 mStrokeColors = orig.mStrokeColors; in GradientState()2140 || (mStrokeColors != null && mStrokeColors.canApplyTheme()) in canApplyTheme()2168 | (mStrokeColors != null ? mStrokeColors.getChangingConfigurations() : 0) in getChangingConfigurations()[all …]
19867 Landroid/graphics/drawable/GradientDrawable$GradientState;->mStrokeColors:Landroid/content/res/Colo…20419 Landroid/graphics/drawable/VectorDrawable$VFullPath;->mStrokeColors:Landroid/content/res/ComplexCol…