LayoutInfoUtils
object LayoutInfoUtils
Utility class for calculating the wrapped height of given holders.
Functions
Link copied to clipboard
fun computeLinearLayoutWrappedHeight(linearLayoutManager: LinearLayoutManager, maxHeight: Int, componentTreeHolders: List<ComponentTreeHolder>): Int
Link copied to clipboard
Link copied to clipboard
Return the max height in the componentTreeHolders, the range is from position start to position end (excluded).
Link copied to clipboard