endAnimation

Method called when an animation on a view should be ended immediately. This could happen when other events, like scrolling, occur, so that animating views can be quickly put into their proper end locations. Implementations should ensure that any animations running on the item are canceled and affected properties are set to their end values. Also, dispatchAnimationFinished should be called for each finished animation since the animations are effectively done when this method is called.

Parameters

item

The item for which an animation should be stopped.