Searched refs:borderWidth (Results 1 – 4 of 4) sorted by relevance
525 int borderWidth = 16; in generateSurfaceFrame() local527 startX = (width - borderWidth * 2) * i / 7 + borderWidth; in generateSurfaceFrame()528 GLES20.glScissor(startX, borderWidth, in generateSurfaceFrame()529 (width - borderWidth * 2) / 7, height - borderWidth * 2); in generateSurfaceFrame()542 GLES20.glScissor(startX + borderWidth, startY + borderWidth, in generateSurfaceFrame()543 width / 6 - borderWidth * 2, height / 3 - borderWidth * 2); in generateSurfaceFrame()
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()