Searched refs:strokeWidth (Results 1 – 2 of 2) sorted by relevance
61 float strokeWidth = res.getDimension(R.dimen.circle_avatar_frame_stroke_width); in getInstance() local68 (int) iconSize, frameColor, strokeWidth, frameShadowColor, shadowRadius, in getInstance()74 int frameColor, float strokeWidth, in CircleFramedDrawable() argument82 mStrokeWidth = strokeWidth; in CircleFramedDrawable()
428 int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width); in getView() local437 drawable.getPaint().setStrokeWidth(strokeWidth); in getView()