getTotalSpaceChange
Returns the layout space change between the previous layout pass and current layout pass.
Make sure you call onLayoutComplete at the end of your LayoutManager's onLayoutChildren method.
Return
The difference between the current total space and previous layout's total space.