computeLinearLayoutWrappedHeight
open fun computeLinearLayoutWrappedHeight(linearLayoutManager: LinearLayoutManager, maxHeight: Int, componentTreeHolders: List<ComponentTreeHolder>): Int
Return the accumulated height of ComponentTreeHolders, or return the {@param maxHeight} if the accumulated height is higher than the {@param maxHeight}.