Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DCircularBitmapDrawable.java70 public void setBorderWidth(final float borderWidth) { in setBorderWidth() argument
71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()
72 mBorderPaint.setStrokeWidth(borderWidth); in setBorderWidth()
73 mBorderWidth = borderWidth; in setBorderWidth()
DStyledCornersBitmapDrawable.java110 public void setBorderWidth(final float borderWidth) { in setBorderWidth() argument
111 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()
112 mBorderPaint.setStrokeWidth(borderWidth); in setBorderWidth()
113 mBorderWidth = borderWidth; in setBorderWidth()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java1099 final float borderWidth = 1f; in drawCircularIconOnCanvas() local
1100 setWorkPaintForBorder(borderWidth); in drawCircularIconOnCanvas()
1101 canvas.drawCircle(dst.centerX(), dst.centerY(), dst.width() / 2f - borderWidth / 2, in drawCircularIconOnCanvas()
1117 final float borderWidth = 1f; in drawRectanglularIconOnCanvas() local
1118 setWorkPaintForBorder(borderWidth); in drawRectanglularIconOnCanvas()
1148 private void setWorkPaintForBorder(float borderWidth) { in setWorkPaintForBorder() argument
1152 mWorkPaint.setStrokeWidth(borderWidth); in setWorkPaintForBorder()