FileDocCategorySizeDatePackage
ProgressDialog.javaAPI DocAndroid 5.1 API3136Sat Mar 14 14:09:42 GMT 2015android.app

ProgressDialog

public class ProgressDialog extends android.app.AlertDialog

Fields Summary
public static final int
STYLE_HORIZONTAL
public static final int
STYLE_SPINNER
Constructors Summary
public ProgressDialog(android.content.Context context)

 super((android.content.Context)null,false,(android.content.DialogInterface.OnCancelListener)null); throw new RuntimeException("Stub!"); 
public ProgressDialog(android.content.Context context, int theme)

 super((android.content.Context)null,false,(android.content.DialogInterface.OnCancelListener)null); throw new RuntimeException("Stub!"); 
Methods Summary
public intgetMax()

 throw new RuntimeException("Stub!"); 
public intgetProgress()

 throw new RuntimeException("Stub!"); 
public intgetSecondaryProgress()

 throw new RuntimeException("Stub!"); 
public voidincrementProgressBy(int diff)

 throw new RuntimeException("Stub!"); 
public voidincrementSecondaryProgressBy(int diff)

 throw new RuntimeException("Stub!"); 
public booleanisIndeterminate()

 throw new RuntimeException("Stub!"); 
protected voidonCreate(android.os.Bundle savedInstanceState)

 throw new RuntimeException("Stub!"); 
public voidonStart()

 throw new RuntimeException("Stub!"); 
protected voidonStop()

 throw new RuntimeException("Stub!"); 
public voidsetIndeterminate(boolean indeterminate)

 throw new RuntimeException("Stub!"); 
public voidsetIndeterminateDrawable(android.graphics.drawable.Drawable d)

 throw new RuntimeException("Stub!"); 
public voidsetMax(int max)

 throw new RuntimeException("Stub!"); 
public voidsetMessage(java.lang.CharSequence message)

 throw new RuntimeException("Stub!"); 
public voidsetProgress(int value)

 throw new RuntimeException("Stub!"); 
public voidsetProgressDrawable(android.graphics.drawable.Drawable d)

 throw new RuntimeException("Stub!"); 
public voidsetProgressNumberFormat(java.lang.String format)

 throw new RuntimeException("Stub!"); 
public voidsetProgressPercentFormat(java.text.NumberFormat format)

 throw new RuntimeException("Stub!"); 
public voidsetProgressStyle(int style)

 throw new RuntimeException("Stub!"); 
public voidsetSecondaryProgress(int secondaryProgress)

 throw new RuntimeException("Stub!"); 
public static android.app.ProgressDialogshow(android.content.Context context, java.lang.CharSequence title, java.lang.CharSequence message)

 throw new RuntimeException("Stub!"); 
public static android.app.ProgressDialogshow(android.content.Context context, java.lang.CharSequence title, java.lang.CharSequence message, boolean indeterminate)

 throw new RuntimeException("Stub!"); 
public static android.app.ProgressDialogshow(android.content.Context context, java.lang.CharSequence title, java.lang.CharSequence message, boolean indeterminate, boolean cancelable)

 throw new RuntimeException("Stub!"); 
public static android.app.ProgressDialogshow(android.content.Context context, java.lang.CharSequence title, java.lang.CharSequence message, boolean indeterminate, boolean cancelable, android.content.DialogInterface.OnCancelListener cancelListener)

 throw new RuntimeException("Stub!");