Class Overview
Item Animation manager for MOVE operation (Same behavior as DefaultItemAnimator class)
Summary
Public Methods |
boolean
|
addPendingAnimation(RecyclerView.ViewHolder item, int fromX, int fromY, int toX, int toY)
|
Public Constructors
Public Methods
public
boolean
addPendingAnimation
(RecyclerView.ViewHolder item, int fromX, int fromY, int toX, int toY)
Protected Methods
protected
void
onAnimationCancel
(MoveAnimationInfo info, RecyclerView.ViewHolder item)
protected
void
onAnimationEndedBeforeStarted
(MoveAnimationInfo info, RecyclerView.ViewHolder item)
protected
void
onAnimationEndedSuccessfully
(MoveAnimationInfo info, RecyclerView.ViewHolder item)