Searched refs:mEmptyPaint (Results 1 – 1 of 1) sorted by relevance
47 private final Paint mEmptyPaint = new Paint(); field in BitmapSoundLevelView144 mEmptyPaint.setFilterBitmap(true); in BitmapSoundLevelView()255 canvas.drawBitmap(mTrailLevel, null, mDestRect, mEmptyPaint); in onDraw()267 canvas.drawBitmap(mPrimaryLevel, null, mDestRect, mEmptyPaint); in onDraw()