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

  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RoundRectShapeTest.java 31 import android.graphics.drawable.shapes.RoundRectShape;
35 @TestTargetClass(android.graphics.drawable.shapes.RoundRectShape.class)
45 method = "RoundRectShape",
51 new RoundRectShape(new float[8], new RectF(), new float[8]);
53 new RoundRectShape(new float[9], new RectF(), new float[9]);
55 new RoundRectShape(new float[8], null, new float[8]);
57 new RoundRectShape(new float[8], new RectF(), null);
60 new RoundRectShape(new float[7], new RectF(), new float[8]);
65 new RoundRectShape(null, new RectF(), new float[8]);
68 new RoundRectShape(new float[8], new RectF(), new float[7])
    [all...]
ShapeTest.java 30 import android.graphics.drawable.shapes.RoundRectShape;
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 29 * the RoundRectShape to a {@link android.graphics.drawable.ShapeDrawable}.
31 public class RoundRectShape extends RectShape {
40 * RoundRectShape constructor.
58 public RoundRectShape(float[] outerRadii, RectF inset,
107 public RoundRectShape clone() throws CloneNotSupportedException {
108 RoundRectShape shape = (RoundRectShape) super.clone();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java 95 mDrawables[2] = new ShapeDrawable(new RoundRectShape(outerR, null,
97 mDrawables[3] = new ShapeDrawable(new RoundRectShape(outerR, inset,
99 mDrawables[4] = new ShapeDrawable(new RoundRectShape(outerR, inset,
  /frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java 19 import android.graphics.drawable.shapes.RoundRectShape;
67 setShape(new RoundRectShape(radii, null, null));
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PaintDrawableTest.java 34 import android.graphics.drawable.shapes.RoundRectShape;
76 assertTrue(paintDrawable.getShape() instanceof RoundRectShape);
130 assertTrue(paintDrawable.getShape() instanceof RoundRectShape);
  /frameworks/base/core/java/android/widget/
ProgressBar.java 36 import android.graphics.drawable.shapes.RoundRectShape;
362 return new RoundRectShape(roundedCorners, null, null);
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 36 import android.graphics.drawable.shapes.RoundRectShape;
362 return new RoundRectShape(roundedCorners, null, null);
    [all...]
  /frameworks/base/
preloaded-classes 461 android.graphics.drawable.shapes.RoundRectShape
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]
  /frameworks/base/docs/html/
sitemap.txt     [all...]

Completed in 1514 milliseconds