public class ScaleInBottomAnimator extends BaseItemAnimator
BaseItemAnimator.DefaultAddVpaListener, BaseItemAnimator.DefaultRemoveVpaListenermAddAnimations, mInterpolator, mRemoveAnimations| Constructor and Description |
|---|
ScaleInBottomAnimator() |
ScaleInBottomAnimator(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) |
protected void |
preAnimateRemoveImpl(RecyclerView.ViewHolder holder) |
animateAdd, animateChange, animateMove, animateRemove, endAnimation, endAnimations, getAddDelay, getRemoveDelay, isRunning, runPendingAnimations, setInterpolatorpublic ScaleInBottomAnimator()
public ScaleInBottomAnimator(android.view.animation.Interpolator interpolator)
protected void preAnimateRemoveImpl(RecyclerView.ViewHolder holder)
preAnimateRemoveImpl in class BaseItemAnimatorprotected 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