Searched refs:dashWidth (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 347 public void setStroke(int width, @ColorInt int color, float dashWidth, float dashGap) { in setStroke() argument 348 mGradientState.setStroke(width, ColorStateList.valueOf(color), dashWidth, dashGap); in setStroke() 349 setStrokeInternal(width, color, dashWidth, dashGap); in setStroke() 369 int width, ColorStateList colorStateList, float dashWidth, float dashGap) { in setStroke() argument 370 mGradientState.setStroke(width, colorStateList, dashWidth, dashGap); in setStroke() 378 setStrokeInternal(width, color, dashWidth, dashGap); in setStroke() 381 private void setStrokeInternal(int width, int color, float dashWidth, float dashGap) { in setStrokeInternal() argument 390 if (dashWidth > 0) { in setStrokeInternal() 391 e = new DashPathEffect(new float[] { dashWidth, dashGap }, 0); in setStrokeInternal() 1497 final float dashWidth = a.getDimension( [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 456 field public static final int dashWidth = 16843174; // 0x10101a6
|
/frameworks/base/api/ |
D | current.txt | 461 field public static final int dashWidth = 16843174; // 0x10101a6
|
D | system-current.txt | 582 field public static final int dashWidth = 16843174; // 0x10101a6
|