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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java248 * @see #setStroke(int, int, float, float)
250 public void setStroke(int width, int color) { method in class:GradientDrawable
251 setStroke(width, color, 0, 0);
265 * @see #setStroke(int, ColorStateList, float, float)
267 public void setStroke(int width, ColorStateList colorStateList) { method in class:GradientDrawable
268 setStroke(width, colorStateList, 0, 0);
284 * @see #setStroke(int, int)
286 public void setStroke(int width, int color, float dashWidth, float dashGap) { method in class:GradientDrawable
287 mGradientState.setStroke(width, ColorStateList.valueOf(color), dashWidth, dashGap);
305 * @see #setStroke(in
307 public void setStroke( method in class:GradientDrawable
1654 public void setStroke( method in class:GradientDrawable.GradientState
[all...]

Completed in 8 milliseconds