onLayoutCompleted
Called after a full layout calculation is finished. The layout calculation may include multiple onLayoutChildren calls due to animations or layout measurement but it will include only one onLayoutCompleted call. This method will be called at the end of layout call.
This is a good place for the LayoutManager to do some cleanup like pending scroll position, saved state etc.
Parameters
state
Transient state of RecyclerView