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 29 import android.graphics.drawable.shapes.RoundRectShape;
40 new RoundRectShape(new float[8], new RectF(), new float[8]);
42 new RoundRectShape(new float[9], new RectF(), new float[9]);
44 new RoundRectShape(new float[8], null, new float[8]);
46 new RoundRectShape(new float[8], new RectF(), null);
49 new RoundRectShape(new float[7], new RectF(), new float[8]);
54 new RoundRectShape(null, new RectF(), new float[8]);
57 new RoundRectShape(new float[8], new RectF(), new float[7]);
67 RoundRectShape roundRectShape = new RoundRectShape(outerR, inset, innerR)
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 30 * the RoundRectShape to a {@link android.graphics.drawable.ShapeDrawable}.
32 public class RoundRectShape extends RectShape {
41 * RoundRectShape constructor.
59 public RoundRectShape(float[] outerRadii, RectF inset,
130 public RoundRectShape clone() throws CloneNotSupportedException {
131 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,
ShadowCardDrag.java 30 import android.graphics.drawable.shapes.RoundRectShape;
159 mShapes.add(new RoundRectShape(radii, null, null));
  /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 29 import android.graphics.drawable.shapes.RoundRectShape;
52 assertTrue(paintDrawable.getShape() instanceof RoundRectShape);
100 assertTrue(paintDrawable.getShape() instanceof RoundRectShape);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatProgressBarHelper.java 28 import android.graphics.drawable.shapes.RoundRectShape;
142 return new RoundRectShape(roundedCorners, null, null);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderItemView.java 21 import android.graphics.drawable.shapes.RoundRectShape;
156 final Shape shape = new RoundRectShape(sUnseenCornerRadii, null, null);
  /frameworks/base/core/java/android/widget/
ProgressBar.java 38 import android.graphics.drawable.shapes.RoundRectShape;
529 return new RoundRectShape(roundedCorners, null, null);
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/sdk/current/
android.zip 

Completed in 2619 milliseconds