Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DPaintDrawableTest.java49 assertNull(paintDrawable.getShape()); in testSetCornerRadius()
51 assertNotNull(paintDrawable.getShape()); in testSetCornerRadius()
52 assertTrue(paintDrawable.getShape() instanceof RoundRectShape); in testSetCornerRadius()
56 assertNotNull(paintDrawable.getShape()); in testSetCornerRadius()
58 assertNull(paintDrawable.getShape()); in testSetCornerRadius()
62 assertNotNull(paintDrawable.getShape()); in testSetCornerRadius()
64 assertNull(paintDrawable.getShape()); in testSetCornerRadius()
72 assertNull(paintDrawable.getShape()); in testSetCornerRadii()
74 assertNull(paintDrawable.getShape()); in testSetCornerRadii()
78 assertNotNull(paintDrawable.getShape()); in testSetCornerRadii()
[all …]
DShapeDrawableTest.java205 assertNull(shapeDrawable.getShape()); in testAccessShape()
209 assertSame(rectShape, shapeDrawable.getShape()); in testAccessShape()
212 assertNull(shapeDrawable.getShape()); in testAccessShape()
DGradientDrawableTest.java204 shape, gradientDrawable.getShape()); in testSetShape()
209 shape, gradientDrawable.getShape()); in testSetShape()
/cts/tests/tests/animation/src/android/animation/cts/
DShapeHolder.java64 public ShapeDrawable getShape() { in getShape() method in ShapeHolder
90 return mShape.getShape().getWidth(); in getWidth()
94 Shape s = mShape.getShape(); in setWidth()
99 return mShape.getShape().getHeight(); in getHeight()
103 Shape s = mShape.getShape(); in setHeight()
DAnimationActivity.java270 shapeHolder.getShape().draw(canvas); in onDraw()
/cts/tools/dex-tools/dex/
Dclasses.out.dex36400 public android.graphics.drawable.shapes.Shape getShape()