HomeSort by relevance Sort by last modified time
    Searched defs:getShape (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/animation/src/android/animation/cts/
ShapeHolder.java 64 public ShapeDrawable getShape() {
90 return mShape.getShape().getWidth();
94 Shape s = mShape.getShape();
99 return mShape.getShape().getHeight();
103 Shape s = mShape.getShape();
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PaintDrawableTest.java 49 assertNull(paintDrawable.getShape());
51 assertNotNull(paintDrawable.getShape());
52 assertTrue(paintDrawable.getShape() instanceof RoundRectShape);
56 assertNotNull(paintDrawable.getShape());
58 assertNull(paintDrawable.getShape());
62 assertNotNull(paintDrawable.getShape());
64 assertNull(paintDrawable.getShape());
72 assertNull(paintDrawable.getShape());
74 assertNull(paintDrawable.getShape());
78 assertNotNull(paintDrawable.getShape());
    [all...]
ShapeDrawableTest.java 206 assertNull(shapeDrawable.getShape());
210 assertSame(rectShape, shapeDrawable.getShape());
213 assertNull(shapeDrawable.getShape());
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java 59 public ShapeDrawable getShape() {
82 return shape.getShape().getWidth();
85 Shape s = shape.getShape();
90 return shape.getShape().getHeight();
93 Shape s = shape.getShape();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/jdiff/
xerces.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 97 milliseconds