onChangeStarting

Called when a change animation is being started on the given ViewHolder. The default implementation does nothing. Subclasses may wish to override this method to handle any ViewHolder-specific operations linked to animation lifecycles.

Parameters

item

The ViewHolder being animated.

oldItem

true if this is the old item that was changed, false if it is the new item that replaced the old item.