RightSideDismissalStrategy
class RightSideDismissalStrategy(context: Context, dismissViewWidthThreshold: Float) : DismissalStrategy
Constructors
Functions
Link copied to clipboard
Get an area within which a view can be dragged.
Inherited functions
Link copied to clipboard
fun getDismissDirection(view: View, horizontalVelocityPx: Float, horizontalDirection: HorizontalDirectionTracker.Direction): DismissalStrategy.DismissDirection?
Gets a direction that a view dragged with horizontalVelocityPx in horizontalDirection should be dismissed, if it should, otherwise returns the null.