Home
last modified time | relevance | path

Searched refs:dashWidth (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java346 public void setStroke(int width, @ColorInt int color, float dashWidth, float dashGap) { in setStroke() argument
347 mGradientState.setStroke(width, ColorStateList.valueOf(color), dashWidth, dashGap); in setStroke()
348 setStrokeInternal(width, color, dashWidth, dashGap); in setStroke()
368 int width, ColorStateList colorStateList, float dashWidth, float dashGap) { in setStroke() argument
369 mGradientState.setStroke(width, colorStateList, dashWidth, dashGap); in setStroke()
377 setStrokeInternal(width, color, dashWidth, dashGap); in setStroke()
380 private void setStrokeInternal(int width, int color, float dashWidth, float dashGap) { in setStrokeInternal() argument
389 if (dashWidth > 0) { in setStrokeInternal()
390 e = new DashPathEffect(new float[] { dashWidth, dashGap }, 0); in setStrokeInternal()
1459 final float dashWidth = a.getDimension(
[all …]
/frameworks/base/docs/html/guide/topics/resources/
Ddrawable-resource.jd1492 android:dashWidth="<em>integer</em>"
1677 android:dashWidth} is set.</dd>
1678 <dt><code>android:dashWidth</code></dt>
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt456 field public static final int dashWidth = 16843174; // 0x10101a6
/frameworks/base/api/
Dcurrent.txt436 field public static final int dashWidth = 16843174; // 0x10101a6
Dtest-current.txt436 field public static final int dashWidth = 16843174; // 0x10101a6
Dsystem-current.txt543 field public static final int dashWidth = 16843174; // 0x10101a6