Searched defs:dashWidth (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 356 public void setStroke(int width, @ColorInt int color, float dashWidth, float dashGap) { in setStroke() 378 int width, ColorStateList colorStateList, float dashWidth, float dashGap) { in setStroke() 390 private void setStrokeInternal(int width, int color, float dashWidth, float dashGap) { in setStrokeInternal() 2311 public void setStroke(int width, @Nullable ColorStateList colors, float dashWidth, in setStroke()
|