| java.lang.Object | ||
| ↳ | com.h6ah4i.android.widget.advrecyclerview.animator.impl.ItemAnimationInfo | |
| ↳ | com.h6ah4i.android.widget.advrecyclerview.animator.impl.ChangeAnimationInfo | |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public int | fromX | ||||||||||
| public int | fromY | ||||||||||
| public RecyclerView.ViewHolder | newHolder | ||||||||||
| public RecyclerView.ViewHolder | oldHolder | ||||||||||
| public int | toX | ||||||||||
| public int | toY | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ChangeAnimationInfo(RecyclerView.ViewHolder oldHolder, RecyclerView.ViewHolder newHolder, 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
| |||||||||||