Home | History | Annotate | Download | only in app

Lines Matching defs:button

35 import android.widget.Button;
136 // For the start fail button, we will simulate the process dying
216 // Watch for button clicks.
217 Button button = (Button)findViewById(R.id.start1);
218 button.setOnClickListener(mStart1Listener);
219 button = (Button)findViewById(R.id.start2);
220 button.setOnClickListener(mStart2Listener);
221 button = (Button)findViewById(R.id.start3);
222 button.setOnClickListener(mStart3Listener);
223 button = (Button)findViewById(R.id.startfail);
224 button.setOnClickListener(mStartFailListener);
225 button = (Button)findViewById(R.id.kill);
226 button.setOnClickListener(mKillListener);