public final class RxProgressBar
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <any> |
incrementProgressBy(android.widget.ProgressBar view)
An action which increments the progress value of
view. |
static <any> |
incrementSecondaryProgressBy(android.widget.ProgressBar view)
An action which increments the secondary progress value of
view. |
static <any> |
indeterminate(android.widget.ProgressBar view)
An action which sets whether
view is indeterminate. |
static <any> |
max(android.widget.ProgressBar view)
An action which sets the max value of
view. |
static <any> |
progress(android.widget.ProgressBar view)
An action which sets the progress value of
view. |
static <any> |
secondaryProgress(android.widget.ProgressBar view)
An action which sets the secondary progress value of
view. |
public static <any> incrementProgressBy(android.widget.ProgressBar view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
public static <any> incrementSecondaryProgressBy(android.widget.ProgressBar view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
public static <any> indeterminate(android.widget.ProgressBar view)
view is indeterminate.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
public static <any> max(android.widget.ProgressBar view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
public static <any> progress(android.widget.ProgressBar view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
public static <any> secondaryProgress(android.widget.ProgressBar view)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.