Home | History | Annotate | Download | only in videoeditor

Lines Matching defs:dialog

20 import android.app.Dialog;
31 * The export options dialog
46 * Create the export options dialog
54 * @return The dialog
56 public static Dialog create(Context context, final ExportOptionsListener positiveListener,
71 // Prepare the dialog content
78 public void onClick(DialogInterface dialog, int which) {
97 final AlertDialog dialog = builder.create();
99 return dialog;
103 * Prepare the dialog content
105 * @param view The dialog content view