Home | History | Annotate | Download | only in calendar

Lines Matching refs:Button

37 import android.widget.Button;
135 public void onClick(DialogInterface dialog, int button) {
154 public void onClick(DialogInterface dialog, int button) {
171 public void onClick(DialogInterface dialog, int button) {
173 mWhichDelete = mWhichIndex.get(button);
175 // Enable the "ok" button now that the user has selected which
177 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE);
187 public void onClick(DialogInterface dialog, int button) {
334 // Disable the "Ok" button until the user selects which events
336 Button ok = dialog.getButton(DialogInterface.BUTTON_POSITIVE);