Searched refs:rotateButton (Results 1 – 2 of 2) sorted by relevance
51 final Button rotateButton = (Button) findViewById(R.id.rotateButton); in onCreate() local69 ObjectAnimator.ofFloat(rotateButton, View.ROTATION, 360); in onCreate()89 setupAnimation(rotateButton, rotateAnimation, R.animator.spin); in onCreate()
52 final Button rotateButton = (Button) findViewById(R.id.rotateButton); in onCreate() local85 setupAnimation(rotateButton, rotateAnimation, R.anim.rotate_anim); in onCreate()