java.lang.Object | |||
↳ | com.h6ah4i.android.widget.advrecyclerview.animator.impl.BaseItemAnimationManager<T extends com.h6ah4i.android.widget.advrecyclerview.animator.impl.ItemAnimationInfo> | ||
↳ | com.h6ah4i.android.widget.advrecyclerview.animator.impl.ItemMoveAnimationManager | ||
↳ | com.h6ah4i.android.widget.advrecyclerview.animator.RefactoredDefaultItemAnimator.DefaultItemMoveAnimationManager |
Item Animation manager for MOVE operation (Same behavior as DefaultItemAnimator class)
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.h6ah4i.android.widget.advrecyclerview.animator.impl.ItemMoveAnimationManager
|
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.h6ah4i.android.widget.advrecyclerview.animator.impl.BaseItemAnimationManager
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DefaultItemMoveAnimationManager(BaseItemAnimator itemAnimator) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | addPendingAnimation(RecyclerView.ViewHolder item, int fromX, int fromY, int toX, int toY) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | onAnimationCancel(MoveAnimationInfo info, RecyclerView.ViewHolder item) | ||||||||||
void | onAnimationEndedBeforeStarted(MoveAnimationInfo info, RecyclerView.ViewHolder item) | ||||||||||
void | onAnimationEndedSuccessfully(MoveAnimationInfo info, RecyclerView.ViewHolder item) | ||||||||||
void | onCreateAnimation(MoveAnimationInfo info) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.h6ah4i.android.widget.advrecyclerview.animator.impl.ItemMoveAnimationManager
| |||||||||||
From class
com.h6ah4i.android.widget.advrecyclerview.animator.impl.BaseItemAnimationManager
| |||||||||||
From class
java.lang.Object
|