StartSnapHelper

Constructors

Link copied to clipboard
constructor(flingOffset: Int)
constructor(flingOffset: Int, offset: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun attachToRecyclerView(recyclerView: RecyclerView?)
Link copied to clipboard
open override fun calculateDistanceToFinalSnap(layoutManager: RecyclerView.LayoutManager, targetView: View): IntArray?
Link copied to clipboard
Link copied to clipboard
open override fun findSnapView(layoutManager: RecyclerView.LayoutManager): View?
Link copied to clipboard
open override fun findTargetSnapPosition(layoutManager: RecyclerView.LayoutManager?, velocityX: Int, velocityY: Int): Int
Link copied to clipboard
open override fun onFling(p0: Int, p1: Int): Boolean