- setAnimationSpeed(float) - インタフェース のメソッドcom.kaopiz.kprogresshud.Indeterminate
-
- setAnimationSpeed(int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Change animation speed relative to default.
- setAutoDismiss(boolean) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Specify whether this HUD closes itself if progress reaches max.
- setBackgroundColor(int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Specify the HUD background color
- setCancellable(boolean) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
- setCancellable(DialogInterface.OnCancelListener) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Specify a callback to run when using the back button (default is null)
- setCornerRadius(float) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Specify corner radius of the HUD (default is 10)
- setCustomView(View) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Provide a custom view to be displayed.
- setDetailsLabel(String) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Optional detail description to be displayed on the HUD
- setDetailsLabel(String, int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Optional detail description to be displayed
- setDimAmount(float) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Specify the dim area around the HUD, like in Dialog
- setGraceTime(int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Grace period is the time (in milliseconds) that the invoked method may be run without
showing the HUD.
- setLabel(String) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Optional label to be displayed.
- setLabel(String, int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Optional label to be displayed
- setMax(int) - インタフェース のメソッドcom.kaopiz.kprogresshud.Determinate
-
- setMaxProgress(int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Max value for use in one of the determinate styles
- setProgress(int) - インタフェース のメソッドcom.kaopiz.kprogresshud.Determinate
-
- setProgress(int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Set current progress.
- setSize(int, int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Set HUD size.
- setStyle(KProgressHUD.Style) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
Specify the HUD style (not needed if you use a custom view)
- setWindowColor(int) - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
推奨されていません。
- show() - クラス のメソッドcom.kaopiz.kprogresshud.KProgressHUD
-
- SPIN_INDETERMINATE - com.kaopiz.kprogresshud.KProgressHUD.Style
-