| Methods in android.app that return ProgressDialog |
static ProgressDialog |
ProgressDialog.show(Context context,
java.lang.CharSequence title,
java.lang.CharSequence message)
|
static ProgressDialog |
ProgressDialog.show(Context context,
java.lang.CharSequence title,
java.lang.CharSequence message,
boolean indeterminate)
|
static ProgressDialog |
ProgressDialog.show(Context context,
java.lang.CharSequence title,
java.lang.CharSequence message,
boolean indeterminate,
boolean cancelable)
|
static ProgressDialog |
ProgressDialog.show(Context context,
java.lang.CharSequence title,
java.lang.CharSequence message,
boolean indeterminate,
boolean cancelable,
DialogInterface.OnCancelListener cancelListener)
|