Searched refs:mPaintInsetBorder (Results 1 – 1 of 1) sorted by relevance
69 private Paint mPaintInsetBorder; field in WavePlotView120 mPaintInsetBorder = new Paint(); in initPaints()121 mPaintInsetBorder.setColor(COLOR_INSET_BORDER); in initPaints()122 mPaintInsetBorder.setAntiAlias(true); in initPaints()123 mPaintInsetBorder.setStyle(Style.STROKE); in initPaints()124 mPaintInsetBorder.setStrokeWidth(1); in initPaints()371 canvas.drawRect(iX - 1, iY - 1, iX + iW + 2, iY + iH + 2, mPaintInsetBorder); in onDraw()