ViewDropHandler

An interface which can be implemented by LayoutManager for better integration with ItemTouchHelper.

Inheritors

Functions

Link copied to clipboard
abstract fun prepareForDrop(@NonNull view: View, @NonNull target: View, x: Int, y: Int)
Called by the ItemTouchHelper after a View is dropped over another View.