Searched refs:mBackgroundPaint (Results 1 – 1 of 1) sorted by relevance
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()