public class SlideInDownAnimator extends BaseItemAnimator
BaseItemAnimator.DefaultAddVpaListener, BaseItemAnimator.DefaultRemoveVpaListenermAddAnimations, mInterpolator, mRemoveAnimations| Constructor and Description |
|---|
SlideInDownAnimator() |
SlideInDownAnimator(android.view.animation.Interpolator interpolator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
animateAddImpl(RecyclerView.ViewHolder holder) |
protected void |
animateRemoveImpl(RecyclerView.ViewHolder holder) |
protected void |
preAnimateAddImpl(RecyclerView.ViewHolder holder) |
animateAdd, animateChange, animateMove, animateRemove, endAnimation, endAnimations, getAddDelay, getRemoveDelay, isRunning, preAnimateRemoveImpl, runPendingAnimations, setInterpolatorpublic SlideInDownAnimator()
public SlideInDownAnimator(android.view.animation.Interpolator interpolator)
protected void animateRemoveImpl(RecyclerView.ViewHolder holder)
animateRemoveImpl in class BaseItemAnimatorprotected void preAnimateAddImpl(RecyclerView.ViewHolder holder)
preAnimateAddImpl in class BaseItemAnimatorprotected void animateAddImpl(RecyclerView.ViewHolder holder)
animateAddImpl in class BaseItemAnimator