static ProgressDialog |
ProgressDialog.show(android.content.Context context,
CharSequence title,
CharSequence message) |
static ProgressDialog |
ProgressDialog.show(android.content.Context context,
CharSequence title,
CharSequence message,
boolean indeterminate) |
static ProgressDialog |
ProgressDialog.show(android.content.Context context,
CharSequence title,
CharSequence message,
boolean indeterminate,
boolean cancelable) |
static ProgressDialog |
ProgressDialog.show(android.content.Context context,
CharSequence title,
CharSequence message,
boolean indeterminate,
boolean cancelable,
android.content.DialogInterface.OnCancelListener cancelListener) |