public interface StickyHeaderController
Modifier and Type | Method and Description |
---|---|
void |
init(SectionsRecyclerView SectionsRecyclerView)
Bind the onScroll listener to the SectionsRecylerView param
|
void |
onScrolled(RecyclerView recyclerView,
int dx,
int dy)
Called by the SectionsRecyclerView onScrolled event
|
void |
reset()
Reset the controller
|
void onScrolled(RecyclerView recyclerView, int dx, int dy)
void init(SectionsRecyclerView SectionsRecyclerView)
void reset()