Home | History | Annotate | Download | only in app

Lines Matching defs:AlertDialog

58  * <p>The AlertDialog class takes care of automatically setting
73 public class AlertDialog extends AppCompatDialog implements DialogInterface {
87 protected AlertDialog(@NonNull Context context) {
92 * Construct an AlertDialog that uses an explicit theme. The actual style
93 * that an AlertDialog uses is a private implementation, however you can
97 protected AlertDialog(@NonNull Context context, @StyleRes int themeResId) {
102 protected AlertDialog(@NonNull Context context, boolean cancelable,
971 * Creates an {@link AlertDialog} with the arguments supplied to this
978 public AlertDialog create() {
981 final AlertDialog dialog = new AlertDialog(P.mContext, mTheme);
996 * Creates an {@link AlertDialog} with the arguments supplied to this
1001 * AlertDialog dialog = builder.create();
1005 public AlertDialog show() {
1006 final AlertDialog dialog = create();