D | Outline.java | 143 setRoundRect(left, top, right, bottom, 0.0f); in setRect() 158 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect() method in Outline 173 public void setRoundRect(@NonNull Rect rect, float radius) { in setRoundRect() method in Outline 174 setRoundRect(rect.left, rect.top, rect.right, rect.bottom, radius); in setRoundRect() 188 setRoundRect(left, top, right, bottom, (bottom - top) / 2.0f); in setOval()
|