Searched refs:dashWidth (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 346 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/ |
D | drawable-resource.jd | 1492 android:dashWidth="<em>integer</em>" 1677 android:dashWidth} is set.</dd> 1678 <dt><code>android:dashWidth</code></dt>
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 456 field public static final int dashWidth = 16843174; // 0x10101a6
|
/frameworks/base/api/ |
D | current.txt | 436 field public static final int dashWidth = 16843174; // 0x10101a6
|
D | test-current.txt | 436 field public static final int dashWidth = 16843174; // 0x10101a6
|
D | system-current.txt | 543 field public static final int dashWidth = 16843174; // 0x10101a6
|