I develop a widget based on ViewGroup and my problem is that I need to save position of items after the end of animation. I called setFillAfter(true) i
ViewGroup
setFillAfter(true)
Reverse your animation; Start by giving your view a new position and then animate from the old position to the new position.