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

/frameworks/base/core/java/android/app/
H A DDialog.java60 * {@link Activity#onPrepareDialog(int, Dialog)},
65 * <p>Often you will want to have a Dialog display on top of the current
69 * your Dialog takes input focus, as it the default) with the following code:
81 public class Dialog implements DialogInterface, Window.Callback, class in inherits:DialogInterface,Window.Callback,KeyEvent.Callback,OnCreateContextMenuListener,Window.OnWindowDismissedCallback
83 private static final String TAG = "Dialog";
125 * Create a Dialog window that uses the default dialog frame style.
127 * @param context The Context the Dialog is to run it. In particular, it
131 public Dialog(Context context) { method in class:Dialog
136 * Create a Dialog window that uses a custom dialog style.
138 * @param context The Context in which the Dialog shoul
147 public Dialog(Context context, int theme) { method in class:Dialog
151 Dialog(Context context, int theme, boolean createContextThemeWrapper) { method in class:Dialog
179 protected Dialog(Context context, boolean cancelable, method in class:Dialog
186 protected Dialog(Context context, boolean cancelable, method in class:Dialog
[all...]

Completed in 62 milliseconds