Searched refs:mBackgroundPaint (Results 1 – 2 of 2) sorted by relevance
33 private Paint mBackgroundPaint; field in VolumeBarView48 mBackgroundPaint = new Paint(Paint.ANTI_ALIAS_FLAG); in init()49 mBackgroundPaint.setColor(Color.LTGRAY); in init()50 mBackgroundPaint.setStyle(Paint.Style.FILL); in init()63 mCurrentHeight, mBackgroundPaint); in onDraw()
37 private Paint mBackgroundPaint; field in WaveformView65 mBackgroundPaint = new Paint(Paint.ANTI_ALIAS_FLAG); in init()66 mBackgroundPaint.setColor(res.getColor(R.color.waveform_background)); in init()67 mBackgroundPaint.setStyle(Paint.Style.FILL); in init()83 mCurrentHeight, mBackgroundPaint); in onDraw()