public interface

DraggableItemConstants

com.h6ah4i.android.widget.advrecyclerview.draggable.DraggableItemConstants
Known Indirect Subclasses

Summary

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.

Constants

public static final int STATE_FLAG_DRAGGING

State flag for the setDragStateFlags(int) and getDragStateFlags() methods. Indicates that currently performing dragging.

Constant Value: 1 (0x00000001)

public static final int STATE_FLAG_IS_ACTIVE

State flag for the setDragStateFlags(int) and getDragStateFlags() methods. Indicates that this item is being dragged.

Constant Value: 2 (0x00000002)

public static final int STATE_FLAG_IS_IN_RANGE

State flag for the setDragStateFlags(int) and getDragStateFlags() methods. Indicates that this item is in the range of drag-sortable items

Constant Value: 4 (0x00000004)

public static final int STATE_FLAG_IS_UPDATED

State flag for the setDragStateFlags(int) and getDragStateFlags() methods. If this flag is set, some other flags are changed and require to apply.

Constant Value: -2147483648 (0x80000000)