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

  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 50 final Button alphaButton = (Button) findViewById(R.id.alphaButton);
83 setupAnimation(alphaButton, alphaAnimation, R.anim.alpha_anim);
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 49 final Button alphaButton = (Button) findViewById(R.id.alphaButton);
56 ObjectAnimator alphaAnimation = ObjectAnimator.ofFloat(alphaButton,
87 setupAnimation(alphaButton, alphaAnimation, R.animator.fade);

Completed in 295 milliseconds