OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scaleButton
(Results
1 - 3
of
3
) sorted by null
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java
53
final Button
scaleButton
= (Button) findViewById(R.id.
scaleButton
);
86
setupAnimation(
scaleButton
, scaleAnimation, R.anim.scale_anim);
/development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
WindowAnimations.java
45
final Button
scaleButton
= (Button) findViewById(R.id.
scaleButton
);
77
scaleButton
.setOnClickListener(new View.OnClickListener() {
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java
52
final Button
scaleButton
= (Button) findViewById(R.id.
scaleButton
);
78
ObjectAnimator.ofPropertyValuesHolder(
scaleButton
, pvhX, pvhY);
90
setupAnimation(
scaleButton
, scaleAnimation, R.animator.scale);
Completed in 830 milliseconds