computeLinearLayoutWrappedHeight

fun computeLinearLayoutWrappedHeight(linearLayoutManager: LinearLayoutManager, maxHeight: Int, componentTreeHolders: List<ComponentTreeHolder>): Int

Return the accumulated height of ComponentTreeHolders, or return the maxHeight if the accumulated height is higher than the maxHeight.