public final class RxDrawerLayout
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <any> |
drawerOpen(DrawerLayout view,
int gravity)
Create an observable of the open state of the drawer of
view. |
static <any> |
open(DrawerLayout view,
int gravity)
An action which sets whether the drawer with
gravity of view is open. |
public static <any> drawerOpen(DrawerLayout view,
int gravity)
view.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
Note: A value will be emitted immediately on subscribe.
public static <any> open(DrawerLayout view,
int gravity)
gravity of view is open.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.