CarouselStrategy

abstract class CarouselStrategy

A class responsible for creating a model used by a carousel to mask and offset views as they move along a scrolling axis.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Returns the maximum small item size value.
Link copied to clipboard
Returns the minimum small item size value.
Link copied to clipboard
open fun setSmallItemSizeMax(maxSmallItemSize: Float)
Sets the maximum size for the small items.
Link copied to clipboard
open fun setSmallItemSizeMin(minSmallItemSize: Float)
Sets the minimum size for the small items.