measureAllChildrenWithRatio

abstract fun measureAllChildrenWithRatio(width: Int, height: Int)

Measure the all child views and their content to determine the measured width and the measured height.

Parameters

width

The width requirements of parent view.

height

The height requirements of parent view.