| Interface | Description |
|---|---|
| DragAndDropListViewWrapper | |
| DraggableManager |
An interface to be used for determining whether the user should be able to drag a
View. |
| OnItemMovedListener |
An interface which provides a callback that is called when an item has moved using the
com.nhaarman.listviewanimations.itemmanipulation.dragdrop.rewrite.DynamicListView. |
| Class | Description |
|---|---|
| BitmapUtils | |
| DragAndDropHandler |
A class which handles drag and drop functionality for listview implementations backed up by a
Swappable ListAdapter. |
| DynamicListViewWrapper | |
| GripView |
A
View which shows a number of colored dots in a grid. |
| HoverDrawable |
A Drawable which represents a dragging
View. |
| TouchViewDraggableManager |