dispatchChangeStarting
Method to be called by subclasses when a change animation is being started.
Parameters
item
The item which has been changed (this method must be called for each non-null ViewHolder passed into animateChange).
oldItem
true if this is the old item that was changed, false if it is the new item that replaced the old item.