public abstract class CarouselChildSelectionListener
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
CarouselChildSelectionListener(RecyclerView recyclerView,
CarouselLayoutManager carouselLayoutManager) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
onBackItemClicked(RecyclerView recyclerView,
CarouselLayoutManager carouselLayoutManager,
android.view.View v) |
protected abstract void |
onCenterItemClicked(RecyclerView recyclerView,
CarouselLayoutManager carouselLayoutManager,
android.view.View v) |
protected CarouselChildSelectionListener(RecyclerView recyclerView,
CarouselLayoutManager carouselLayoutManager)
protected abstract void onCenterItemClicked(RecyclerView recyclerView,
CarouselLayoutManager carouselLayoutManager,
android.view.View v)
protected abstract void onBackItemClicked(RecyclerView recyclerView,
CarouselLayoutManager carouselLayoutManager,
android.view.View v)