Lines Matching refs:Button
87 import android.widget.Button;
356 private Button emailAttendeesButton;
560 View button = mView.findViewById(R.id.change_color);
561 if (button != null && mColors.length > 0) {
562 button.setEnabled(true);
563 button.setVisibility(View.VISIBLE);
997 // Create a listener for the email guests button
998 emailAttendeesButton = (Button) mView.findViewById(R.id.email_attendees_button);
1008 // Create a listener for the add reminder button
1227 // Home button - close event info activity and start the main calendar
1229 // Edit button - start the event edit activity and close the info
1231 // Delete button - start a delete query that calls a runnable that close
1624 final Button launchButton = (Button) mView.findViewById(R.id.launch_custom_app_button);
1669 // No icon && no label. Hide button?
1799 View button;
1801 button = mView.findViewById(R.id.delete);
1802 if (button != null) {
1803 button.setEnabled(true);
1804 button.setVisibility(View.VISIBLE);
1808 button = mView.findViewById(R.id.edit);
1809 if (button != null) {
1810 button.setEnabled(true);
1811 button.setVisibility(View.VISIBLE);
2137 * Add a new reminder when the user hits the "add reminder" button. We use the default