| java.lang.Object | ||
| ↳ | com.h6ah4i.android.widget.advrecyclerview.animator.impl.ItemAnimationInfo | |
| ↳ | com.h6ah4i.android.widget.advrecyclerview.animator.impl.MoveAnimationInfo | |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public final int | fromX | ||||||||||
| public final int | fromY | ||||||||||
| public RecyclerView.ViewHolder | holder | ||||||||||
| public final int | toX | ||||||||||
| public final int | toY | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MoveAnimationInfo(RecyclerView.ViewHolder holder, int fromX, int fromY, int toX, int toY) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | clear(RecyclerView.ViewHolder item) | ||||||||||
| RecyclerView.ViewHolder | getAvailableViewHolder() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.h6ah4i.android.widget.advrecyclerview.animator.impl.ItemAnimationInfo
| |||||||||||
From class
java.lang.Object
| |||||||||||