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