Home
last modified time | relevance | path

Searched refs:rotateButton (Results 1 – 2 of 2) sorted by relevance

/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
DPropertyAnimations.java51 final Button rotateButton = (Button) findViewById(R.id.rotateButton); in onCreate() local
69 ObjectAnimator.ofFloat(rotateButton, View.ROTATION, 360); in onCreate()
89 setupAnimation(rotateButton, rotateAnimation, R.animator.spin); in onCreate()
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
DViewAnimations.java52 final Button rotateButton = (Button) findViewById(R.id.rotateButton); in onCreate() local
85 setupAnimation(rotateButton, rotateAnimation, R.anim.rotate_anim); in onCreate()