com.h6ah4i.android.widget.advrecyclerview.draggable.DraggableItemConstants |
Known Indirect Subclasses |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | STATE_FLAG_DRAGGING | State flag for the setDragStateFlags(int) and getDragStateFlags() methods. |
|||||||||
int | STATE_FLAG_IS_ACTIVE | State flag for the setDragStateFlags(int) and getDragStateFlags() methods. |
|||||||||
int | STATE_FLAG_IS_IN_RANGE | State flag for the setDragStateFlags(int) and getDragStateFlags() methods. |
|||||||||
int | STATE_FLAG_IS_UPDATED | State flag for the setDragStateFlags(int) and getDragStateFlags() methods. |
State flag for the setDragStateFlags(int)
and getDragStateFlags()
methods.
Indicates that currently performing dragging.
State flag for the setDragStateFlags(int)
and getDragStateFlags()
methods.
Indicates that this item is being dragged.
State flag for the setDragStateFlags(int)
and getDragStateFlags()
methods.
Indicates that this item is in the range of drag-sortable items
State flag for the setDragStateFlags(int)
and getDragStateFlags()
methods.
If this flag is set, some other flags are changed and require to apply.