Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DGradientDrawableTest.java110 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()
DShapeDrawableTest.java208 shapeDrawable.setShape(rectShape); in testAccessShape()
211 shapeDrawable.setShape(null); in testAccessShape()
/cts/tests/tests/animation/src/android/animation/cts/
DShapeHolder.java60 public void setShape(ShapeDrawable value) { in setShape() method in ShapeHolder