Lines Matching full:button
72 import android.widget.Button;
205 private Button mStartDateButton;
206 private Button mEndDateButton;
207 private Button mStartTimeButton;
208 private Button mEndTimeButton;
209 private Button mSaveButton;
210 private Button mDeleteButton;
211 private Button mDiscardButton;
431 // on the "remove reminder" button.
486 // This is called if the user clicks on a dialog button.
707 mStartDateButton = (Button) findViewById(R.id.start_date);
708 mEndDateButton = (Button) findViewById(R.id.end_date);
709 mStartTimeButton = (Button) findViewById(R.id.start_time);
710 mEndTimeButton = (Button) findViewById(R.id.end_time);
766 mSaveButton = (Button) findViewById(R.id.save);
769 mDeleteButton = (Button) findViewById(R.id.delete);
772 mDiscardButton = (Button) findViewById(R.id.discard);
829 // Setup the + Add Reminder Button
1071 // Hide delete button