Skip navigation links
C D I K S V 

S

setAnimationSpeed(float) - Method in interface com.kaopiz.kprogresshud.Indeterminate
 
setAnimationSpeed(int) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Change animation speed relative to default.
setAutoDismiss(boolean) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Specify whether this HUD closes itself if progress reaches max.
setBackgroundColor(int) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Specify the HUD background color
setCancellable(boolean) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Specify whether this HUD can be cancelled by using back button (default is false)
setCornerRadius(float) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Specify corner radius of the HUD (default is 10)
setCustomView(View) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Provide a custom view to be displayed.
setDetailsLabel(String) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Optional detail description to be displayed on the HUD
setDetailsLabel(String, int) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Optional detail description to be displayed
setDimAmount(float) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Specify the dim area around the HUD, like in Dialog
setGraceTime(int) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Grace period is the time (in milliseconds) that the invoked method may be run without showing the HUD.
setLabel(String) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Optional label to be displayed.
setLabel(String, int) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Optional label to be displayed
setMax(int) - Method in interface com.kaopiz.kprogresshud.Determinate
 
setMaxProgress(int) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Max value for use in one of the determinate styles
setProgress(int) - Method in interface com.kaopiz.kprogresshud.Determinate
 
setProgress(int) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Set current progress.
setSize(int, int) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Set HUD size.
setStyle(KProgressHUD.Style) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Specify the HUD style (not needed if you use a custom view)
setWindowColor(int) - Method in class com.kaopiz.kprogresshud.KProgressHUD
Deprecated.
As of release 1.1.0, replaced by KProgressHUD.setBackgroundColor(int)
show() - Method in class com.kaopiz.kprogresshud.KProgressHUD
 
C D I K S V 
Skip navigation links