I want to apply a translate animation on an Android view (button) using a custom interpolator where the easing function is:
animation
view
interpolator
FYI: for people who just want an ease interpolator you can just use myAnimator.setInterpolator(new AccelerateDecelerateInterpolator());
myAnimator.setInterpolator(new AccelerateDecelerateInterpolator());