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.ItemChangeAnimationManager | ||
↳ | com.h6ah4i.android.widget.advrecyclerview.animator.RefactoredDefaultItemAnimator.DefaultItemChangeAnimationManager |
Item Animation manager for CHANGE operation (Same behavior as DefaultItemAnimator class)
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.h6ah4i.android.widget.advrecyclerview.animator.impl.BaseItemAnimationManager
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DefaultItemChangeAnimationManager(BaseItemAnimator itemAnimator) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | addPendingAnimation(RecyclerView.ViewHolder oldHolder, RecyclerView.ViewHolder newHolder, int fromX, int fromY, int toX, int toY) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | onAnimationCancel(ChangeAnimationInfo info, RecyclerView.ViewHolder item) | ||||||||||
void | onAnimationEndedBeforeStarted(ChangeAnimationInfo info, RecyclerView.ViewHolder item) | ||||||||||
void | onAnimationEndedSuccessfully(ChangeAnimationInfo info, RecyclerView.ViewHolder item) | ||||||||||
void | onCreateChangeAnimationForNewItem(ChangeAnimationInfo info) | ||||||||||
void | onCreateChangeAnimationForOldItem(ChangeAnimationInfo info) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.h6ah4i.android.widget.advrecyclerview.animator.impl.ItemChangeAnimationManager
| |||||||||||
From class
com.h6ah4i.android.widget.advrecyclerview.animator.impl.BaseItemAnimationManager
| |||||||||||
From class
java.lang.Object
|