HomeSort by relevance Sort by last modified time
    Searched refs:translateButton (Results 1 - 3 of 3) sorted by null

  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 51 final Button translateButton = (Button) findViewById(R.id.translateButton);
84 setupAnimation(translateButton, translateAnimation, R.anim.translate_anim);
  /development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
WindowAnimations.java 44 final Button translateButton = (Button) findViewById(R.id.translateButton);
60 translateButton.setOnClickListener(new View.OnClickListener() {
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 50 final Button translateButton = (Button) findViewById(R.id.translateButton);
63 ObjectAnimator.ofFloat(translateButton, View.TRANSLATION_X, 800);
88 setupAnimation(translateButton, translateAnimation, R.animator.move);

Completed in 486 milliseconds