Searched defs:ProgressDialog (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DProgressDialog.java45 * @deprecated <code>ProgressDialog</code> is a modal dialog, which prevents the
53 public class ProgressDialog extends AlertDialog { class in inherits:AlertDialog
56 * Creates a ProgressDialog with a circular, spinning progress
62 * Creates a ProgressDialog with a horizontal progress bar.
93 public ProgressDialog(Context context) { method in class:ProgressDialog
106 public ProgressDialog(Context context, int theme) { method in class:ProgressDialog
118 * Creates and shows a ProgressDialog.
123 * @return the ProgressDialog
125 public static ProgressDialog show(Context context, CharSequence title,
131 * Creates and shows a ProgressDialog
[all...]

Completed in 132 milliseconds