C  D  G  H  I  P  R  S 

S

secondaryRemainingProgress() - function in com.techiness.progressdialoglibrary.ProgressDialog
Gets the Integral Value required to reach MaxValue from the current Secondary ProgressValue.
setCancelable(Boolean) - function in com.techiness.progressdialoglibrary.ProgressDialog
 
setDeterminateDrawable(Drawable) - function in com.techiness.progressdialoglibrary.ProgressDialog
Sets a Custom Drawable to the Determinate ProgressBar.
setDeterminateDrawable(Integer) - function in com.techiness.progressdialoglibrary.ProgressDialog
Sets a Custom Drawable from the passed Drawable resource to the Determinate ProgressBar.
setIncrementValue(Integer) - function in com.techiness.progressdialoglibrary.ProgressDialog
 
setIndeterminateDrawable(Drawable) - function in com.techiness.progressdialoglibrary.ProgressDialog
Sets a Custom Drawable to the Indeterminate ProgressBar.
setIndeterminateDrawable(Integer) - function in com.techiness.progressdialoglibrary.ProgressDialog
Sets a Custom Drawable from the passed Drawable resource to the Indeterminate ProgressBar.
setMaxValue(Integer) - function in com.techiness.progressdialoglibrary.ProgressDialog
 
setMessage(CharSequence) - function in com.techiness.progressdialoglibrary.ProgressDialog
Sets the Text to be displayed alongside ProgressBar.
setMessage(Integer) - function in com.techiness.progressdialoglibrary.ProgressDialog
Sets the Text from the resID provided, to be displayed alongside ProgressBar.
setMode(Integer) - function in com.techiness.progressdialoglibrary.ProgressDialog
 
setNegativeButton(CharSequence,CharSequence,View.OnClickListener) - function in com.techiness.progressdialoglibrary.ProgressDialog
Sets the NegativeButton with the passed text for the ProgressDialog and also sets the OnClickListener for the Button.
setNegativeButton(Integer,Integer,View.OnClickListener) - function in com.techiness.progressdialoglibrary.ProgressDialog
Sets the NegativeButton with the text from passed resource id for the ProgressDialog and also sets the OnClickListener for the Button.
setOnCancelListener(DialogInterface.OnCancelListener) - function in com.techiness.progressdialoglibrary.ProgressDialog
Sets the DialogInterface.OnCancelListener for ProgressDialog.
setOnDismissListener(DialogInterface.OnDismissListener) - function in com.techiness.progressdialoglibrary.ProgressDialog
Sets the DialogInterface.OnDismissListener for ProgressDialog.
setOnShowListener(DialogInterface.OnShowListener) - function in com.techiness.progressdialoglibrary.ProgressDialog
Sets the DialogInterface.OnShowListener for ProgressDialog.
setProgress(Integer) - function in com.techiness.progressdialoglibrary.ProgressDialog
 
setProgressTintList(ColorStateList) - function in com.techiness.progressdialoglibrary.ProgressDialog
 
setSecondaryProgress(Integer) - function in com.techiness.progressdialoglibrary.ProgressDialog
 
setSecondaryProgressTintList(ColorStateList) - function in com.techiness.progressdialoglibrary.ProgressDialog
 
setTheme(Integer) - function in com.techiness.progressdialoglibrary.ProgressDialog
 
setTitle(CharSequence) - function in com.techiness.progressdialoglibrary.ProgressDialog
Sets the Title of ProgressDialog.
setTitle(Integer) - function in com.techiness.progressdialoglibrary.ProgressDialog
Sets the Title of ProgressDialog using the String resource given.
show() - function in com.techiness.progressdialoglibrary.ProgressDialog
Starts the ProgressDialog and shows it on the Screen.
showProgressTextAsFraction(Boolean) - function in com.techiness.progressdialoglibrary.ProgressDialog
Toggles the Progress TextView's format as Fraction if "true" is passed.
C  D  G  H  I  P  R  S