public class

DraggableItemAnimator

extends RefactoredDefaultItemAnimator
java.lang.Object
   ↳ android.support.v7.widget.RecyclerView.ItemAnimator
     ↳ android.support.v7.widget.SimpleItemAnimator
       ↳ com.h6ah4i.android.widget.advrecyclerview.animator.BaseItemAnimator
         ↳ com.h6ah4i.android.widget.advrecyclerview.animator.GeneralItemAnimator
           ↳ com.h6ah4i.android.widget.advrecyclerview.animator.RefactoredDefaultItemAnimator
             ↳ com.h6ah4i.android.widget.advrecyclerview.animator.DraggableItemAnimator
Known Direct Subclasses

Class Overview

ItemAnimator for Draggable item. This animator is required to work animations properly on drop an item.

Summary

[Expand]
Inherited Constants
From class android.support.v7.widget.RecyclerView.ItemAnimator
Public Constructors
DraggableItemAnimator()
Public Methods
boolean animateChange(RecyclerView.ViewHolder oldHolder, RecyclerView.ViewHolder newHolder, int fromX, int fromY, int toX, int toY)
Protected Methods
void onSetup()
[Expand]
Inherited Methods
From class com.h6ah4i.android.widget.advrecyclerview.animator.RefactoredDefaultItemAnimator
From class com.h6ah4i.android.widget.advrecyclerview.animator.GeneralItemAnimator
From class com.h6ah4i.android.widget.advrecyclerview.animator.BaseItemAnimator
From class android.support.v7.widget.SimpleItemAnimator
From class android.support.v7.widget.RecyclerView.ItemAnimator
From class java.lang.Object

Public Constructors

public DraggableItemAnimator ()

Public Methods

public boolean animateChange (RecyclerView.ViewHolder oldHolder, RecyclerView.ViewHolder newHolder, int fromX, int fromY, int toX, int toY)

Protected Methods

protected void onSetup ()