Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java775 if (colorFilter != null && st.mSolidColors == null) { in draw()
1102 return mGradientState.mSolidColors;
1110 final ColorStateList solidColors = s.mSolidColors;
1151 || (s.mSolidColors != null && s.mSolidColors.isStateful())
1160 return (s.mSolidColors != null && s.mSolidColors.hasFocusStateSpecified())
1373 if (st.mSolidColors == null) {
1420 if (state.mSolidColors != null && state.mSolidColors.canApplyTheme()) {
1421 state.mSolidColors = state.mSolidColors.obtainForTheme(t);
1925 public ColorStateList mSolidColors; field in GradientDrawable.GradientState
1994 mSolidColors = orig.mSolidColors; in GradientState()
[all …]