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.java247 ShapeHolder shapeHolder = new ShapeHolder(drawable); in addBall() local
248 shapeHolder.setX(x - 25f); in addBall()
249 shapeHolder.setY(y - 25f); in addBall()
251 shapeHolder.setPaint(paint); in addBall()
260 balls.add(shapeHolder); in addBall()
261 return shapeHolder; in addBall()
267 ShapeHolder shapeHolder = balls.get(i); in onDraw() local
269 canvas.translate(shapeHolder.getX(), shapeHolder.getY()); in onDraw()
270 shapeHolder.getShape().draw(canvas); in onDraw()
DPropertyValuesHolderTest.java296 private ShapeHolder shapeHolder ; field in PropertyValuesHolderTest.ShapeHolderYProperty
309 shapeHolder = (ShapeHolder) object; in setObject()
314 return shapeHolder; in get()
334 shapeHolder.setY((Float)value); in set()