java.lang.Object | |||
↳ | android.support.v7.widget.RecyclerView.ViewHolder | ||
↳ | com.h6ah4i.android.widget.advrecyclerview.utils.AbstractSwipeableItemViewHolder | ||
↳ | com.h6ah4i.android.widget.advrecyclerview.utils.AbstractDraggableSwipeableItemViewHolder |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractDraggableSwipeableItemViewHolder(View itemView) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getDragStateFlags()
Gets the state flags value for dragging item
| ||||||||||
void |
setDragStateFlags(int flags)
Sets the state flags value for dragging item
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Gets the state flags value for dragging item
STATE_FLAG_DRAGGING
- STATE_FLAG_IS_ACTIVE
- STATE_FLAG_IS_IN_RANGE
- STATE_FLAG_IS_UPDATED
Sets the state flags value for dragging item
flags | Bitwise OR of these flags;
- STATE_FLAG_DRAGGING
- STATE_FLAG_IS_ACTIVE
- STATE_FLAG_IS_IN_RANGE
- STATE_FLAG_IS_UPDATED
|
---|