Interface | Description |
---|---|
CarouselView.OnItemClickListener |
Definition of a callback to be invoked when an item in CarouselView has been clicked.
|
CarouselView.OnItemSelectedListener |
Definition of a callback to be invoked when an item in CarouselView has been selected.
|
CarouselView.Scroller |
Implement this interface if you want to implement a custom scrolling behaviour.
|
CarouselView.ViewTransformer |
Interface definition of a view transformer based on position offset.
|
Class | Description |
---|---|
CarouselView |
Carousel View, the main class of the library.
|
CarouselView.OnScrollListener |
Definition of a callback to be invoked when a CarouselView has been scrolled.
|
Enum | Description |
---|---|
CarouselView.DisplayMode | Deprecated |
CarouselView.DrawOrder |
Drawing order of item views.
|