Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
DPropertyAnimations.java50 final Button translateButton = (Button) findViewById(R.id.translateButton); in onCreate() local
63 ObjectAnimator.ofFloat(translateButton, View.TRANSLATION_X, 800); in onCreate()
88 setupAnimation(translateButton, translateAnimation, R.animator.move); in onCreate()
/development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
DWindowAnimations.java44 final Button translateButton = (Button) findViewById(R.id.translateButton); in onCreate() local
60 translateButton.setOnClickListener(new View.OnClickListener() { in onCreate()
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
DViewAnimations.java51 final Button translateButton = (Button) findViewById(R.id.translateButton); in onCreate() local
84 setupAnimation(translateButton, translateAnimation, R.anim.translate_anim); in onCreate()