Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1883 final float halfStrokeWidth = mStrokePaint == null ? in getOutline() local
1886 final int top = (int) Math.floor(centerY - halfStrokeWidth); in getOutline()
1887 final int bottom = (int) Math.ceil(centerY + halfStrokeWidth); in getOutline()