Home
last modified time | relevance | path

Searched refs:shapeHolder (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DAnimationActivity.java246 ShapeHolder shapeHolder = new ShapeHolder(drawable); in addBall() local
247 shapeHolder.setX(x - 25f); in addBall()
248 shapeHolder.setY(y - 25f); in addBall()
250 shapeHolder.setPaint(paint); in addBall()
259 balls.add(shapeHolder); in addBall()
260 return shapeHolder; in addBall()
266 ShapeHolder shapeHolder = balls.get(i); in onDraw() local
268 canvas.translate(shapeHolder.getX(), shapeHolder.getY()); in onDraw()
269 shapeHolder.getShape().draw(canvas); in onDraw()
DPropertyValuesHolderTest.java698 private ShapeHolder shapeHolder ; field in PropertyValuesHolderTest.ShapeHolderYProperty
711 shapeHolder = (ShapeHolder) object; in setObject()
716 return shapeHolder; in get()
736 shapeHolder.setY((Float)value); in set()