Searched defs:DialogInterface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DDialogInterface.java25 public interface DialogInterface { interface
66 * {@link DialogInterface.OnDismissListener}.
75 void onCancel(DialogInterface dialog);
89 void onDismiss(DialogInterface dialog);
103 void onShow(DialogInterface dialog);
116 * {@link DialogInterface#BUTTON_POSITIVE}) or the position
119 void onClick(DialogInterface dialog, int which);
135 void onClick(DialogInterface dialog, int which, boolean isChecked);
155 boolean onKey(DialogInterface dialog, int keyCode, KeyEvent event);

Completed in 27 milliseconds