Home
last modified time | relevance | path

Searched refs:MyShapeDrawable (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DShapeDrawable1.java59 private static class MyShapeDrawable extends ShapeDrawable { class in ShapeDrawable1.SampleView
62 public MyShapeDrawable(Shape s) { in MyShapeDrawable() method in ShapeDrawable1.SampleView.MyShapeDrawable
102 mDrawables[6] = new MyShapeDrawable(new ArcShape(45, -270)); in SampleView()
117 MyShapeDrawable msd = (MyShapeDrawable)mDrawables[6]; in SampleView()