Searched refs:setShape (Results 1 – 3 of 3) sorted by relevance
110 gradientDrawable.setShape(6); in testSetShape()111 gradientDrawable.setShape(-6); in testSetShape()113 gradientDrawable.setShape(Integer.MAX_VALUE); in testSetShape()114 gradientDrawable.setShape(Integer.MIN_VALUE); in testSetShape()
208 shapeDrawable.setShape(rectShape); in testAccessShape()211 shapeDrawable.setShape(null); in testAccessShape()
60 public void setShape(ShapeDrawable value) { in setShape() method in ShapeHolder