Lines Matching full:dialog
28 import android.app.Dialog;
376 private int mMinTop; // Dialog cannot be above this location
576 Dialog dialog = getDialog();
577 dialog.setCanceledOnTouchOutside(true);
579 Window window = dialog.getWindow();
589 // On tablets , do smart positioning of dialog
612 // If this is not a repeating event, then don't display the dialog
620 // dialog asking which events to change.
906 // Show edit/delete buttons only in non-dialog configuration
917 // If we're a dialog we don't want to handle menu buttons
1924 // Pass along full E-mail string for possible create dialog
1963 // Display the "delete confirmation" dialog if needed
2147 private Dialog.OnDismissListener createDeleteOnDismissListener() {
2148 return new Dialog.OnDismissListener() {
2150 public void onDismiss(DialogInterface dialog) {
2151 // Since OnPause will force the dialog to dismiss , do
2152 // not change the dialog status