Searched defs:setStroke (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java253 * @see #setStroke(int, int, float, float)
255 public void setStroke(int width, @ColorInt int color) { method in class:GradientDrawable
256 setStroke(width, color, 0, 0);
270 * @see #setStroke(int, ColorStateList, float, float)
272 public void setStroke(int width, ColorStateList colorStateList) { method in class:GradientDrawable
273 setStroke(width, colorStateList, 0, 0);
289 * @see #setStroke(int, int)
291 public void setStroke(int width, @ColorInt int color, float dashWidth, float dashGap) { method in class:GradientDrawable
292 mGradientState.setStroke(width, ColorStateList.valueOf(color), dashWidth, dashGap);
310 * @see #setStroke(in
312 public void setStroke( method in class:GradientDrawable
1748 public void setStroke(int width, ColorStateList colors, float dashWidth, float dashGap) { method in class:GradientDrawable.GradientState
[all...]

Completed in 55 milliseconds