Searched defs:mSolidColor (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java404 private final int mSolidColor; field in class:NumberPicker
570 mSolidColor = attributesArray.getColor(R.styleable.NumberPicker_solidColor, 0);
1073 return mSolidColor;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1082 public int mSolidColor; field in class:GradientDrawable.GradientState
1120 mSolidColor = state.mSolidColor;
1183 mSolidColor = argb;
1205 mOpaque = isOpaque(mSolidColor);
1273 mFillPaint.setColor(state.mSolidColor);
1277 // value of state.mSolidColor

Completed in 101 milliseconds