Home
last modified time | relevance | path

Searched refs:scaleButton (Results 1 – 3 of 3) sorted by relevance

/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
DPropertyAnimations.java52 final Button scaleButton = (Button) findViewById(R.id.scaleButton); in onCreate() local
78 ObjectAnimator.ofPropertyValuesHolder(scaleButton, pvhX, pvhY); in onCreate()
90 setupAnimation(scaleButton, scaleAnimation, R.animator.scale); in onCreate()
/development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
DWindowAnimations.java45 final Button scaleButton = (Button) findViewById(R.id.scaleButton); in onCreate() local
77 scaleButton.setOnClickListener(new View.OnClickListener() { in onCreate()
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
DViewAnimations.java53 final Button scaleButton = (Button) findViewById(R.id.scaleButton); in onCreate() local
86 setupAnimation(scaleButton, scaleAnimation, R.anim.scale_anim); in onCreate()