HomeSort by relevance Sort by last modified time
    Searched full:dashwidth (Results 1 - 25 of 28) sorted by null

1 2

  /development/samples/ApiDemos/res/drawable/
shape_4.xml 19 android:dashWidth="1dp" android:dashGap="2dp" />
line.xml 19 android:dashWidth="1dp" android:dashGap="2dp" />
shape_2.xml 20 android:dashWidth="1dp" android:dashGap="2dp" />
shape_3.xml 20 android:dashWidth="4dp" android:dashGap="2dp" />
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 204 public void setStroke(int width, int color, float dashWidth, float dashGap) {
205 mGradientState.setStroke(width, color, dashWidth, dashGap);
215 if (dashWidth > 0) {
216 e = new DashPathEffect(new float[] { dashWidth, dashGap }, 0);
794 float dashWidth = a.getDimension(
796 if (dashWidth != 0.0f) {
799 setStroke(width, color, dashWidth, dashGap);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
GradientDrawableTest.java 127 float dashWidth = 3.4f;
131 gradientDrawable.setStroke(width, color, dashWidth, dashGap);
135 dashWidth = -3.4f;
137 gradientDrawable.setStroke(width, color, dashWidth, dashGap);
  /frameworks/base/docs/html/guide/topics/resources/
drawable-resource.jd     [all...]
  /frameworks/base/core/res/res/values/
public.xml 456 <public type="attr" name="dashWidth" id="0x010101a6" />
    [all...]
  /prebuilt/sdk/6/
android.jar 
  /cts/tools/dex-tools/dex/
classes.out.dex 440 public static final int dashWidth
    [all...]
  /development/sdk/
api-versions.xml 357 <field name="dashWidth" />
    [all...]
  /frameworks/base/api/
1.xml     [all...]
10.xml     [all...]
11.xml     [all...]
12.xml     [all...]
13.xml     [all...]
14.txt 349 field public static final int dashWidth = 16843174; // 0x10101a6
    [all...]
15.txt 351 field public static final int dashWidth = 16843174; // 0x10101a6
    [all...]
2.xml     [all...]
3.xml     [all...]
4.xml     [all...]
5.xml     [all...]
6.xml     [all...]
7.xml     [all...]
8.xml     [all...]

Completed in 3383 milliseconds

1 2