Searched refs:mPaintInsetBackground (Results 1 – 1 of 1) sorted by relevance
68 private Paint mPaintInsetBackground; field in WavePlotView115 mPaintInsetBackground = new Paint(); in initPaints()116 mPaintInsetBackground.setColor(COLOR_INSET_BACKGROUND); in initPaints()117 mPaintInsetBackground.setAntiAlias(true); in initPaints()118 mPaintInsetBackground.setStyle(Style.FILL); in initPaints()370 canvas.drawRect(iX, iY, iX + iW, iY + iH, mPaintInsetBackground); in onDraw()