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

/frameworks/base/core/java/android/app/
H A DAlertDialog.java55 * <p>The AlertDialog class takes care of automatically setting
70 public class AlertDialog extends Dialog implements DialogInterface { class in inherits:Dialog,DialogInterface
74 * Special theme constant for {@link #AlertDialog(Context, int)}: use
83 * Special theme constant for {@link #AlertDialog(Context, int)}: use
92 * Special theme constant for {@link #AlertDialog(Context, int)}: use
101 * Special theme constant for {@link #AlertDialog(Context, int)}: use
110 * Special theme constant for {@link #AlertDialog(Context, int)}: use
140 protected AlertDialog(Context context) { method in class:AlertDialog
150 * AlertDialog dialog = new AlertDialog(contex
162 protected AlertDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { method in class:AlertDialog
195 protected AlertDialog(Context context, @StyleRes int themeResId) { method in class:AlertDialog
199 AlertDialog(Context context, @StyleRes int themeResId, boolean createContextThemeWrapper) { method in class:AlertDialog
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertDialog.java48 * <p>The AlertDialog class takes care of automatically setting
63 public class AlertDialog extends AppCompatDialog implements DialogInterface { class in inherits:AppCompatDialog,DialogInterface
77 protected AlertDialog(Context context) { method in class:AlertDialog
82 * Construct an AlertDialog that uses an explicit theme. The actual style
83 * that an AlertDialog uses is a private implementation, however you can
87 protected AlertDialog(Context context, int theme) { method in class:AlertDialog
91 AlertDialog(Context context, int theme, boolean createThemeContextWrapper) { method in class:AlertDialog
96 protected AlertDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { method in class:AlertDialog
266 * Constructor using a context for this builder and the {@link AlertDialog} it creates.
274 * the {@link AlertDialog} i
[all...]

Completed in 108 milliseconds