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.java1102 final float borderWidth = 1f; in drawCircularIconOnCanvas() local
1103 setWorkPaintForBorder(borderWidth); in drawCircularIconOnCanvas()
1104 canvas.drawCircle(dst.centerX(), dst.centerY(), dst.width() / 2f - borderWidth / 2, in drawCircularIconOnCanvas()
1120 final float borderWidth = 1f; in drawRectanglularIconOnCanvas() local
1121 setWorkPaintForBorder(borderWidth); in drawRectanglularIconOnCanvas()
1151 private void setWorkPaintForBorder(float borderWidth) { in setWorkPaintForBorder() argument
1155 mWorkPaint.setStrokeWidth(borderWidth); in setWorkPaintForBorder()