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

/frameworks/base/core/java/android/app/
H A DDialog.java61 * {@link Activity#onPrepareDialog(int, Dialog)},
66 * <p>Often you will want to have a Dialog display on top of the current
70 * your Dialog takes input focus, as it the default) with the following code:
82 public class Dialog implements DialogInterface, Window.Callback, class in inherits:DialogInterface,Window.Callback,KeyEvent.Callback,OnCreateContextMenuListener
84 private static final String TAG = "Dialog";
126 * Create a Dialog window that uses the default dialog frame style.
128 * @param context The Context the Dialog is to run it. In particular, it
132 public Dialog(Context context) { method in class:Dialog
137 * Create a Dialog window that uses a custom dialog style.
139 * @param context The Context in which the Dialog shoul
148 public Dialog(Context context, int theme) { method in class:Dialog
152 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 42 milliseconds