Home | History | Annotate | Download | only in transitiontests

Lines Matching defs:buttons

32     Button[] buttons = new Button[6];
45 buttons[0] = (Button) findViewById(R.id.button0);
46 buttons[1] = (Button) findViewById(R.id.button1);
47 buttons[2] = (Button) findViewById(R.id.button2);
48 buttons[3] = (Button) findViewById(R.id.button3);
49 buttons[4] = (Button) findViewById(R.id.button4);
50 buttons[5] = (Button) findViewById(R.id.button5);
52 // Move button0, then buttons 1/2 together, then buttons 3/4/5 sequentially:
67 move0.addTarget(buttons[0]);
69 // buttons 1/2/3/4/5
73 // buttons 1/2
77 changeBounds1.addTarget(buttons[1]);
79 changeBounds2.addTarget(buttons[2]);
85 changeBounds3.addTarget(buttons[3]);
87 changeBounds45.addTarget(buttons[4]).addTarget(buttons[5]);
102 for (int i = 0; i < buttons.length; ++i) {
103 buttons[i].setLayoutParams(params);