D | GradientDrawable.java | 335 public void setStroke(int width, @ColorInt int color) { in setStroke() method in GradientDrawable 336 setStroke(width, color, 0, 0); in setStroke() 352 public void setStroke(int width, ColorStateList colorStateList) { in setStroke() method in GradientDrawable 353 setStroke(width, colorStateList, 0, 0); in setStroke() 371 public void setStroke(int width, @ColorInt int color, float dashWidth, float dashGap) { in setStroke() method in GradientDrawable 372 mGradientState.setStroke(width, ColorStateList.valueOf(color), dashWidth, dashGap); in setStroke() 392 public void setStroke( in setStroke() method in GradientDrawable 394 mGradientState.setStroke(width, colorStateList, dashWidth, dashGap); in setStroke() 1689 setStroke(width, colorStateList, dashWidth, dashGap); 1691 setStroke(width, colorStateList); [all …]
|