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

/frameworks/base/core/java/android/app/
H A DAlertDialog.java56 * <p>The AlertDialog class takes care of automatically setting
71 public class AlertDialog extends Dialog implements DialogInterface { class in inherits:Dialog,DialogInterface
75 * Special theme constant for {@link #AlertDialog(Context, int)}: use
84 * Special theme constant for {@link #AlertDialog(Context, int)}: use
93 * Special theme constant for {@link #AlertDialog(Context, int)}: use
102 * Special theme constant for {@link #AlertDialog(Context, int)}: use
111 * Special theme constant for {@link #AlertDialog(Context, int)}: use
141 protected AlertDialog(Context context) { method in class:AlertDialog
151 * AlertDialog dialog = new AlertDialog(contex
163 protected AlertDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { method in class:AlertDialog
196 protected AlertDialog(Context context, @StyleRes int themeResId) { method in class:AlertDialog
200 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.java57 * <p>The AlertDialog class takes care of automatically setting
72 public class AlertDialog extends AppCompatDialog implements DialogInterface { class in inherits:AppCompatDialog,DialogInterface
86 protected AlertDialog(@NonNull Context context) { method in class:AlertDialog
91 * Construct an AlertDialog that uses an explicit theme. The actual style
92 * that an AlertDialog uses is a private implementation, however you can
96 protected AlertDialog(@NonNull Context context, @StyleRes int themeResId) { method in class:AlertDialog
101 protected AlertDialog(@NonNull Context context, boolean cancelable, method in class:AlertDialog
922 * Creates an {@link AlertDialog} with the arguments supplied to this
929 public AlertDialog create() {
932 final AlertDialog dialo
[all...]

Completed in 3674 milliseconds