Home | History | Annotate | Download | only in app

Lines Matching defs:button

37 import android.widget.Button;
216 // Watch for button clicks.
217 Button button = (Button)findViewById(R.id.start);
218 button.setOnClickListener(mStartListener);
219 button = (Button)findViewById(R.id.stop);
220 button.setOnClickListener(mStopListener);
263 Button mKillButton;
278 // Watch for button clicks.
279 Button button = (Button)findViewById(R.id.bind);
280 button.setOnClickListener(mBindListener);
281 button = (Button)findViewById(R.id.unbind);
282 button.setOnClickListener(mUnbindListener);
283 mKillButton = (Button)findViewById(R.id.kill);