public class LandingAnimator extends BaseItemAnimator
BaseItemAnimator.DefaultAddVpaListener, BaseItemAnimator.DefaultRemoveVpaListenermAddAnimations, mInterpolator, mRemoveAnimations| 构造器和说明 |
|---|
LandingAnimator() |
LandingAnimator(android.view.animation.Interpolator interpolator) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
animateAddImpl(RecyclerView.ViewHolder holder) |
protected void |
animateRemoveImpl(RecyclerView.ViewHolder holder) |
protected void |
preAnimateAddImpl(RecyclerView.ViewHolder holder) |
animateAdd, animateChange, animateChange, animateMove, animateRemove, endAnimation, endAnimations, getAddDelay, getRemoveDelay, isRunning, preAnimateRemoveImpl, runPendingAnimations, setInterpolatorpublic LandingAnimator()
public LandingAnimator(android.view.animation.Interpolator interpolator)
protected void animateRemoveImpl(RecyclerView.ViewHolder holder)
animateRemoveImpl 在类中 BaseItemAnimatorprotected void preAnimateAddImpl(RecyclerView.ViewHolder holder)
preAnimateAddImpl 在类中 BaseItemAnimatorprotected void animateAddImpl(RecyclerView.ViewHolder holder)
animateAddImpl 在类中 BaseItemAnimator