Searched refs:mPaintInset (Results 1 – 1 of 1) sorted by relevance
70 private Paint mPaintInset; field in WavePlotView126 mPaintInset = new Paint(); in initPaints()127 mPaintInset.setColor(COLOR_INSET_WAVE); in initPaints()128 mPaintInset.setAntiAlias(true); in initPaints()129 mPaintInset.setStyle(Style.FILL_AND_STROKE); in initPaints()130 mPaintInset.setStrokeWidth(1); in initPaints()380 canvas.drawRect(left, top, left + deltaX, bottom, mPaintInset); in onDraw()