- setActivated(View) - Static method in class rx.android.functions.ViewActions
-
Set whether a view is activated based on boolean values that are emitted by an
Observable.
- setClickable(View) - Static method in class rx.android.functions.ViewActions
-
Set whether a view is clickable based on boolean values that are emitted by an
Observable.
- setEnabled(View) - Static method in class rx.android.functions.ViewActions
-
Set whether a view is enabled based on boolean values that are emitted by an
Observable.
- setFocusable(View) - Static method in class rx.android.functions.ViewActions
-
Set whether a view is focusable based on boolean values that are emitted by an
Observable.
- setSelected(View) - Static method in class rx.android.functions.ViewActions
-
Set whether a view is selected based on boolean values that are emitted by an
Observable.
- setVisibility(View) - Static method in class rx.android.functions.ViewActions
-
Set the visibility of a view based on boolean values that are emitted by an
Observable.
- setVisibility(View, int) - Static method in class rx.android.functions.ViewActions
-
Set the visibility of a view based on boolean values that are emitted by an
Observable.