HomeSort by relevance Sort by last modified time
    Searched refs:translateButton (Results 1 - 4 of 4) 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);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
CameraInputController.java 35 public int translateButton = Buttons.RIGHT;
182 } else if (button == translateButton) {

Completed in 265 milliseconds