Searched refs:strokeWidth (Results 1 – 3 of 3) sorted by relevance
70 public FabDrawable(int fabGrowth, int strokeWidth, int duration) { in FabDrawable() argument73 } else if (fabGrowth > strokeWidth) { in FabDrawable()75 } else if (strokeWidth < 0) { in FabDrawable()79 mStrokeWidth = strokeWidth; in FabDrawable()
205 int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width); in getView() local214 drawable.getPaint().setStrokeWidth(strokeWidth); in getView()
162 final float strokeWidth = 6f; in drawBitmapWithCircleOnCanvas() local163 stroke.setStrokeWidth(strokeWidth); in drawBitmapWithCircleOnCanvas()