Searched refs:mMeterBackgroundColor (Results 1 – 2 of 2) sorted by relevance
64 private int mMeterBackgroundColor; field in DonutView73 mMeterBackgroundColor = context.getColor(R.color.meter_background_color); in DonutView()82 mMeterBackgroundColor = styledAttrs.getColor(R.styleable.DonutView_meterBackgroundColor, in DonutView()83 mMeterBackgroundColor); in DonutView()100 mBackgroundCircle.setColor(mMeterBackgroundColor); in DonutView()217 return mMeterBackgroundColor; in getMeterBackgroundColor()221 mMeterBackgroundColor = meterBackgroundColor; in setMeterBackgroundColor()