D | GradientDrawable.java | 320 public void setStroke(int width, @ColorInt int color) { in setStroke() method in GradientDrawable 321 setStroke(width, color, 0, 0); in setStroke() 337 public void setStroke(int width, ColorStateList colorStateList) { in setStroke() method in GradientDrawable 338 setStroke(width, colorStateList, 0, 0); in setStroke() 356 public void setStroke(int width, @ColorInt int color, float dashWidth, float dashGap) { in setStroke() method in GradientDrawable 357 mGradientState.setStroke(width, ColorStateList.valueOf(color), dashWidth, dashGap); in setStroke() 377 public void setStroke( in setStroke() method in GradientDrawable 379 mGradientState.setStroke(width, colorStateList, dashWidth, dashGap); in setStroke() 1675 setStroke(width, colorStateList, dashWidth, dashGap); 1677 setStroke(width, colorStateList); [all …]
|