OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 108 milliseconds