CarouselSnapHelper

Implementation of the SnapHelper that supports snapping items to the carousel keylines according to the strategy.

Constructors

Link copied to clipboard
constructor()
constructor(disableFling: Boolean)

Functions

Link copied to clipboard
open fun attachToRecyclerView(@Nullable recyclerView: RecyclerView)
Link copied to clipboard
Link copied to clipboard
open fun findTargetSnapPosition(layoutManager: RecyclerView.LayoutManager, velocityX: Int, velocityY: Int): Int