D | GradientDrawable.java | 310 public void setStroke(int width, @ColorInt int color) { in setStroke() method in GradientDrawable 311 setStroke(width, color, 0, 0); in setStroke() 327 public void setStroke(int width, ColorStateList colorStateList) { in setStroke() method in GradientDrawable 328 setStroke(width, colorStateList, 0, 0); in setStroke() 346 public void setStroke(int width, @ColorInt int color, float dashWidth, float dashGap) { in setStroke() method in GradientDrawable 347 mGradientState.setStroke(width, ColorStateList.valueOf(color), dashWidth, dashGap); in setStroke() 367 public void setStroke( in setStroke() method in GradientDrawable 369 mGradientState.setStroke(width, colorStateList, dashWidth, dashGap); in setStroke() 1471 setStroke(width, colorStateList, dashWidth, dashGap); 1473 setStroke(width, colorStateList); [all …]
|