Searched defs:strokeWidth (Results 1 – 7 of 7) sorted by relevance
218 final int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width); in getColors() local232 private Color(String label, int color, int iconSize, int strokeWidth) { in Color()
129 final float strokeWidth = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in calculateFramePos() local
213 int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width); in getView() local
146 … double centerRadius, double strokeWidth, float arrowWidth, float arrowHeight) { in setSizeParameters()664 public void setStrokeWidth(float strokeWidth) { in setStrokeWidth()
162 final float strokeWidth = 6f; in drawBitmapWithCircleOnCanvas() local