Searched refs:borderWidth (Results 1 – 3 of 3) sorted by relevance
70 public void setBorderWidth(final float borderWidth) { in setBorderWidth() argument71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()72 mBorderPaint.setStrokeWidth(borderWidth); in setBorderWidth()73 mBorderWidth = borderWidth; in setBorderWidth()
110 public void setBorderWidth(final float borderWidth) { in setBorderWidth() argument111 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()112 mBorderPaint.setStrokeWidth(borderWidth); in setBorderWidth()113 mBorderWidth = borderWidth; in setBorderWidth()
1102 final float borderWidth = 1f; in drawCircularIconOnCanvas() local1103 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() local1121 setWorkPaintForBorder(borderWidth); in drawRectanglularIconOnCanvas()1151 private void setWorkPaintForBorder(float borderWidth) { in setWorkPaintForBorder() argument1155 mWorkPaint.setStrokeWidth(borderWidth); in setWorkPaintForBorder()