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

  /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" />
  /packages/apps/IM/res/drawable/
shape_separator.xml 26 android:dashWidth="4dip" android:dashGap="3dip"/>
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 198 public void setStroke(int width, int color, float dashWidth, float dashGap) {
199 mGradientState.setStroke(width, color, dashWidth, dashGap);
209 if (dashWidth > 0) {
210 e = new DashPathEffect(new float[] { dashWidth, dashGap }, 0);
757 float dashWidth = a.getDimension(
759 if (dashWidth != 0.0f) {
762 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 476 android:dashWidth="<em>integer</em>"
607 android:dashWidth} is set.</dd>
608 <dt><code>android:dashWidth</code></dt>
  /frameworks/base/core/res/res/values/
public.xml 456 <public type="attr" name="dashWidth" id="0x010101a6" />
    [all...]
attrs.xml     [all...]
  /prebuilt/sdk/6/
android.jar 
  /cts/tools/dex-tools/dex/
classes.out.dex 440 public static final int dashWidth
    [all...]
  /frameworks/base/api/
1.xml     [all...]
2.xml     [all...]
3.xml     [all...]
4.xml     [all...]
5.xml     [all...]
6.xml     [all...]
7.xml     [all...]
8.xml     [all...]
current.xml     [all...]

Completed in 1368 milliseconds