HomeSort by relevance Sort by last modified time
    Searched refs:createBall (Results 1 - 4 of 4) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
CustomEvaluator.java 121 ball = createBall(25, 25);
141 private ShapeHolder createBall(float x, float y) {
ReversingAnimation.java 75 ball = createBall(25, 25);
102 private ShapeHolder createBall(float x, float y) {
AnimationLoading.java 119 private ShapeHolder createBall(float x, float y) {
130 ShapeHolder shapeHolder = createBall(x, y);
136 ShapeHolder shapeHolder = createBall(x, y);
AnimatorEvents.java 115 ball = createBall(25, 25);
170 private ShapeHolder createBall(float x, float y) {

Completed in 196 milliseconds