|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogInterface.OnCancelListener | |
---|---|
android.app |
Uses of DialogInterface.OnCancelListener in android.app |
---|
Classes in android.app that implement DialogInterface.OnCancelListener | |
---|---|
class |
DialogFragment
|
class |
SearchManager
|
Methods in android.app with parameters of type DialogInterface.OnCancelListener | |
---|---|
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)
|
Constructors in android.app with parameters of type DialogInterface.OnCancelListener | |
---|---|
AlertDialog(Context context,
boolean cancelable,
DialogInterface.OnCancelListener cancelListener)
|
|
Dialog(Context context,
boolean cancelable,
DialogInterface.OnCancelListener cancelListener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |