Home | History | Annotate | Download | only in app

Lines Matching refs:button

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