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

/frameworks/base/core/java/android/app/
H A DDialog.java55 * {@link Activity#onPrepareDialog(int, Dialog)},
60 * <p>Often you will want to have a Dialog display on top of the current
64 * your Dialog takes input focus, as it the default) with the following code:
71 public class Dialog implements DialogInterface, Window.Callback, class in inherits:DialogInterface,Window.Callback,KeyEvent.Callback,OnCreateContextMenuListener
116 * Create a Dialog window that uses the default dialog frame style.
118 * @param context The Context the Dialog is to run it. In particular, it
122 public Dialog(Context context) { method in class:Dialog
127 * Create a Dialog window that uses a custom dialog style.
129 * @param context The Context in which the Dialog should run. In particular, it
138 public Dialog(Contex method in class:Dialog
156 protected Dialog(Context context, boolean cancelable, method in class:Dialog
163 protected Dialog(Context context, boolean cancelable, method in class:Dialog
[all...]

Completed in 43 milliseconds