C  D  G  H  I  P  R  S 

G

getDeterminateDrawable() - function in com.techiness.progressdialoglibrary.ProgressDialog
Gets the Drawable object used to draw the Determinate ProgressBar.
getIncrementValue() - function in com.techiness.progressdialoglibrary.ProgressDialog
 
getIndeterminateDrawable() - function in com.techiness.progressdialoglibrary.ProgressDialog
Gets the Drawable object used to draw the Indeterminate ProgressBar.
getMaxValue() - function in com.techiness.progressdialoglibrary.ProgressDialog
 
getMessage() - function in com.techiness.progressdialoglibrary.ProgressDialog
Gets the Message showed in the ProgressDialog.
getMode() - function in com.techiness.progressdialoglibrary.ProgressDialog
Gets/Sets the mode of the ProgressDialog which is MODE_INDETERMINATE by Default.
getMODE_DETERMINATE() - function in com.techiness.progressdialoglibrary.ProgressDialog.Companion
In this mode, a Determinate ProgressBar is shown inside the ProgressDialog for indicating Progress.
getMODE_INDETERMINATE() - function in com.techiness.progressdialoglibrary.ProgressDialog.Companion
The default mode for ProgressDialog where an Indeterminate Spinner is shown for indicating Progress (even if it is not passed in Constructor).
getProgress() - function in com.techiness.progressdialoglibrary.ProgressDialog
 
getProgressTintList() - function in com.techiness.progressdialoglibrary.ProgressDialog
 
getSecondaryProgress() - function in com.techiness.progressdialoglibrary.ProgressDialog
 
getSecondaryProgressTintList() - function in com.techiness.progressdialoglibrary.ProgressDialog
 
getTheme() - function in com.techiness.progressdialoglibrary.ProgressDialog
 
getTHEME_DARK() - function in com.techiness.progressdialoglibrary.ProgressDialog.Companion
This theme is suitable for apps having a Dark Theme.
getTHEME_FOLLOW_SYSTEM() - function in com.techiness.progressdialoglibrary.ProgressDialog.Companion
When this ThemeConstant is used, ProgressDialog's theme is automatically changed to match the System's theme each time before show is called.
getTHEME_LIGHT() - function in com.techiness.progressdialoglibrary.ProgressDialog.Companion
The default Theme for ProgressDialog (even if it is not passed in Constructor).
getTitle() - function in com.techiness.progressdialoglibrary.ProgressDialog
Gets the Current Title of The ProgressDialog.
C  D  G  H  I  P  R  S