Searched refs:mSolidColor (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1063 public int mSolidColor; field in class:GradientDrawable.GradientState
1100 mSolidColor = state.mSolidColor;
1160 mSolidColor = argb;
1209 mFillPaint.setColor(state.mSolidColor);
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java379 private final int mSolidColor; field in class:NumberPicker
545 mSolidColor = attributesArray.getColor(R.styleable.NumberPicker_solidColor, 0);
1048 return mSolidColor;

Completed in 49 milliseconds