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()
1099 final float borderWidth = 1f; in drawCircularIconOnCanvas() local1100 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() local1118 setWorkPaintForBorder(borderWidth); in drawRectanglularIconOnCanvas()1148 private void setWorkPaintForBorder(float borderWidth) { in setWorkPaintForBorder() argument1152 mWorkPaint.setStrokeWidth(borderWidth); in setWorkPaintForBorder()