Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DWavePlotView.java68 private Paint mPaintInsetBackground; field in WavePlotView
115 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()