Searched refs:halfBorderWidth (Results 1 – 1 of 1) sorted by relevance
93 final float halfBorderWidth = mPaint.getStrokeWidth() / 2f; in draw() local100 rectF.left += halfBorderWidth; in draw()101 rectF.top += halfBorderWidth; in draw()102 rectF.right -= halfBorderWidth; in draw()103 rectF.bottom -= halfBorderWidth; in draw()