Searched refs:mWavePaint (Results 1 – 1 of 1) sorted by relevance
34 private Paint mWavePaint; field in WaveformView56 mWavePaint = new Paint(Paint.ANTI_ALIAS_FLAG); in init()57 mWavePaint.setColor(res.getColor(R.color.waveform_line)); in init()59 mWavePaint.setStrokeWidth(strokeWidth); in init()97 canvas.drawLine(x0, ymin, x0, ymax, mWavePaint); in onDraw()112 canvas.drawLine(x0, y0, x1, y1, mWavePaint); in onDraw()