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

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
MultiPropertyAnimation.java 70 private static final float BALL_SIZE = 100f;
90 ball.getY(), getHeight() - BALL_SIZE).setDuration(DURATION);
96 getHeight() - BALL_SIZE);
111 ball.getX() - BALL_SIZE/2f);
113 ball.getY() - BALL_SIZE/2f);
120 pvhY = PropertyValuesHolder.ofFloat("y", ball.getY(), getHeight() - BALL_SIZE);
145 circle.resize(BALL_SIZE, BALL_SIZE);
AnimationSeeking.java 95 private static final float BALL_SIZE = 100f;
110 ball.getY(), getHeight() - BALL_SIZE).setDuration(1500);
128 circle.resize(BALL_SIZE, BALL_SIZE);
AnimationLoading.java 70 private static final float BALL_SIZE = 100f;
121 circle.resize(BALL_SIZE, BALL_SIZE);

Completed in 53 milliseconds