protected static class

RefactoredDefaultItemAnimator.DefaultItemMoveAnimationManager

extends ItemMoveAnimationManager
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

Class Overview

Item Animation manager for MOVE operation (Same behavior as DefaultItemAnimator class)

Summary

[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

Public Constructors

public DefaultItemMoveAnimationManager (BaseItemAnimator itemAnimator)

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)

protected void onCreateAnimation (MoveAnimationInfo info)