public final class RxSlidingPaneLayout
extends java.lang.Object
SlidingPaneLayout| Modifier and Type | Method and Description |
|---|---|
static <any> |
open(SlidingPaneLayout view)
An action which sets whether the pane of
view is open. |
static <any> |
panelOpens(SlidingPaneLayout view)
Create an observable of the open state of the pane of
view |
static <any> |
panelSlides(SlidingPaneLayout view)
Create an observable of the slide offset of the pane of
view |
public static <any> panelOpens(SlidingPaneLayout view)
view
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
Warning: The created observable uses SlidingPaneLayout#setPanelSlideListener
to observe dismiss change. Only one observable can be used for a view at a time.
Note: A value will be emitted immediately on subscribe.
public static <any> panelSlides(SlidingPaneLayout view)
view
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.
Warning: The created observable uses SlidingPaneLayout#setPanelSlideListener
to observe dismiss change. Only one observable can be used for a view at a time.
public static <any> open(SlidingPaneLayout view)
view is open.
Warning: The created observable keeps a strong reference to view. Unsubscribe
to free this reference.