Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DVolumeBarView.java33 private Paint mBackgroundPaint; field in VolumeBarView
48 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()
DWaveformView.java37 private Paint mBackgroundPaint; field in WaveformView
65 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()