Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DDonutView.java64 private int mMeterBackgroundColor; field in DonutView
73 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DDonutView.java64 private int mMeterBackgroundColor; field in DonutView
73 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()