Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
DPropertyAnimations.java49 final Button alphaButton = (Button) findViewById(R.id.alphaButton); in onCreate() local
56 ObjectAnimator alphaAnimation = ObjectAnimator.ofFloat(alphaButton, in onCreate()
87 setupAnimation(alphaButton, alphaAnimation, R.animator.fade); in onCreate()
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
DViewAnimations.java50 final Button alphaButton = (Button) findViewById(R.id.alphaButton); in onCreate() local
83 setupAnimation(alphaButton, alphaAnimation, R.anim.alpha_anim); in onCreate()