split

abstract fun split(height: Int, width: Int): List<T>

将组件按给定尺寸分割为子组件列表

Return

分割后的子组件列表

Since

Api 2

Parameters

height

可用区域的高度(像素)

width

可用区域的宽度(像素)