Searched refs:mFillColors (Results 1 – 2 of 2) sorted by relevance
1890 ComplexColor mFillColors = null; field in VectorDrawable.VFullPath1902 mFillColors = copy.mFillColors; in VFullPath()1940 if (mFillColors != null && mFillColors instanceof ColorStateList) { in onStateChange()1954 return mStrokeColors != null || mFillColors != null; in isStateful()1961 (mFillColors != null && mFillColors instanceof ColorStateList && in hasFocusStateSpecified()2038 mFillColors = fillColors; in updateStateFromTypedArray()2041 mFillColors = fillColors; in updateStateFromTypedArray()2043 mFillColors = null; in updateStateFromTypedArray()2125 mFillColors = mFillColors.obtainForTheme(t); in applyTheme()2126 if (mFillColors instanceof GradientColor) { in applyTheme()[all …]
17529 Landroid/graphics/drawable/VectorDrawable$VFullPath;->mFillColors:Landroid/content/res/ComplexColor;