Home
last modified time | relevance | path

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

/frameworks/support/design/base/android/support/design/widget/
DCircularBorderDrawable.java93 final float halfBorderWidth = mPaint.getStrokeWidth() / 2f; in draw() local
100 rectF.left += halfBorderWidth; in draw()
101 rectF.top += halfBorderWidth; in draw()
102 rectF.right -= halfBorderWidth; in draw()
103 rectF.bottom -= halfBorderWidth; in draw()