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

  /development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
AnticiButton.java 122 ObjectAnimator moveAnim = ObjectAnimator.ofFloat(this,
124 moveAnim.setInterpolator(sLinearInterpolator);
125 moveAnim.setDuration(150);
138 set.playSequentially(moveAnim, skewAnim, wobbleAnim);
140 set.play(finishDownAnim).before(moveAnim);
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 186 ObjectAnimator moveAnim = ObjectAnimator.ofPropertyValuesHolder(
188 moveAnim.setDuration(600);
190 moveAnim.start();
191 moveAnim.addListener(new AnimatorListenerAdapter() {

Completed in 2159 milliseconds