getItemAnimator
Gets the current ItemAnimator for this RecyclerView. A null return value indicates that there is no animator and that item changes will happen without any animations. By default, RecyclerView instantiates and uses an instance of DefaultItemAnimator.
Return
ItemAnimator The current ItemAnimator. If null, no animations will occur when changes occur to the items in this RecyclerView.