Home
last modified time | relevance | path

Searched refs:createBall (Results 1 – 4 of 4) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationLoading.java152 private ShapeHolder createBall(float x, float y) { in createBall() method in AnimationLoading.MyAnimationView
163 ShapeHolder shapeHolder = createBall(x, y); in addBall()
169 ShapeHolder shapeHolder = createBall(x, y); in addBall()
DReversingAnimation.java75 ball = createBall(25, 25); in MyAnimationView()
102 private ShapeHolder createBall(float x, float y) { in createBall() method in ReversingAnimation.MyAnimationView
DCustomEvaluator.java121 ball = createBall(25, 25); in MyAnimationView()
141 private ShapeHolder createBall(float x, float y) { in createBall() method in CustomEvaluator.MyAnimationView
DAnimatorEvents.java115 ball = createBall(25, 25); in MyAnimationView()
170 private ShapeHolder createBall(float x, float y) { in createBall() method in AnimatorEvents.MyAnimationView