Home | History | Annotate | Download | only in calendar

Lines Matching defs:dialog

28 import android.app.Dialog;
341 // Used as the temporary response until the dialog is confirmed. It is also
443 private int mMinTop; // Dialog cannot be above this location
727 Dialog dialog = getDialog();
728 dialog.setCanceledOnTouchOutside(true);
730 Window window = dialog.getWindow();
740 // On tablets , do smart positioning of dialog
763 // If we haven't finished the return from the dialog yet, don't display.
768 // If this is not a repeating event, then don't display the dialog
777 // dialog asking which events to change.
810 public void onDismiss(DialogInterface dialog) {
811 // If the user dismisses the dialog (without hitting OK),
812 // then we want to revert the selection that opened the dialog.
832 // dialog's selection of which events should be included
839 // Since OnPause will force the dialog to dismiss, do
840 // not change the dialog status
883 // If the edit response helper dialog is open, we'll need to
1211 // Show color/edit/delete buttons only in non-dialog configuration
1222 // If we're a dialog we don't want to handle menu buttons
2045 // Pass along full E-mail string for possible create dialog
2088 // Display the "delete confirmation" or "edit response helper" dialog if needed
2264 private Dialog.OnDismissListener createDeleteOnDismissListener() {
2265 return new Dialog.OnDismissListener() {
2267 public void onDismiss(DialogInterface dialog) {
2268 // Since OnPause will force the dialog to dismiss , do
2269 // not change the dialog status