| Package | Description |
|---|---|
| android.app |
| Modifier and Type | Class and Description |
|---|---|
class |
DialogFragment |
class |
SearchManager |
| Modifier and Type | Method and Description |
|---|---|
AlertDialog.Builder |
AlertDialog.Builder.setOnCancelListener(DialogInterface.OnCancelListener onCancelListener) |
void |
Dialog.setOnCancelListener(DialogInterface.OnCancelListener listener) |
static ProgressDialog |
ProgressDialog.show(Context context,
CharSequence title,
CharSequence message,
boolean indeterminate,
boolean cancelable,
DialogInterface.OnCancelListener cancelListener) |
| Constructor and Description |
|---|
AlertDialog(Context context,
boolean cancelable,
DialogInterface.OnCancelListener cancelListener) |
Dialog(Context context,
boolean cancelable,
DialogInterface.OnCancelListener cancelListener) |
Copyright © 2008-2013. All Rights Reserved.