D | GradientDrawable.java | 311 public void setStroke(int width, @ColorInt int color) { in setStroke() method in GradientDrawable 312 setStroke(width, color, 0, 0); in setStroke() 328 public void setStroke(int width, ColorStateList colorStateList) { in setStroke() method in GradientDrawable 329 setStroke(width, colorStateList, 0, 0); in setStroke() 347 public void setStroke(int width, @ColorInt int color, float dashWidth, float dashGap) { in setStroke() method in GradientDrawable 348 mGradientState.setStroke(width, ColorStateList.valueOf(color), dashWidth, dashGap); in setStroke() 368 public void setStroke( in setStroke() method in GradientDrawable 370 mGradientState.setStroke(width, colorStateList, dashWidth, dashGap); in setStroke() 1509 setStroke(width, colorStateList, dashWidth, dashGap); 1511 setStroke(width, colorStateList); [all …]
|