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

/frameworks/base/core/java/android/app/
H A DDialog.java59 * {@link Activity#onPrepareDialog(int, Dialog)},
64 * <p>Often you will want to have a Dialog display on top of the current
68 * your Dialog takes input focus, as it the default) with the following code:
80 public class Dialog implements DialogInterface, Window.Callback, class in inherits:DialogInterface,Window.Callback,KeyEvent.Callback,OnCreateContextMenuListener
82 private static final String TAG = "Dialog";
124 * Create a Dialog window that uses the default dialog frame style.
126 * @param context The Context the Dialog is to run it. In particular, it
130 public Dialog(Context context) { method in class:Dialog
135 * Create a Dialog window that uses a custom dialog style.
137 * @param context The Context in which the Dialog shoul
146 public Dialog(Context context, int theme) { method in class:Dialog
150 Dialog(Context context, int theme, boolean createContextThemeWrapper) { method in class:Dialog
177 protected Dialog(Context context, boolean cancelable, method in class:Dialog
184 protected Dialog(Context context, boolean cancelable, method in class:Dialog
[all...]

Completed in 774 milliseconds