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

  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 52 final Button rotateButton = (Button) findViewById(R.id.rotateButton);
85 setupAnimation(rotateButton, rotateAnimation, R.anim.rotate_anim);
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 51 final Button rotateButton = (Button) findViewById(R.id.rotateButton);
69 ObjectAnimator.ofFloat(rotateButton, View.ROTATION, 360);
89 setupAnimation(rotateButton, rotateAnimation, R.animator.spin);

Completed in 120 milliseconds