Searched refs:getShape (Results 1 – 6 of 6) sorted by relevance
49 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 …]
205 assertNull(shapeDrawable.getShape()); in testAccessShape()209 assertSame(rectShape, shapeDrawable.getShape()); in testAccessShape()212 assertNull(shapeDrawable.getShape()); in testAccessShape()
204 shape, gradientDrawable.getShape()); in testSetShape()209 shape, gradientDrawable.getShape()); in testSetShape()
64 public ShapeDrawable getShape() { in getShape() method in ShapeHolder90 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()
270 shapeHolder.getShape().draw(canvas); in onDraw()
36400 public android.graphics.drawable.shapes.Shape getShape()