Class

SubspacePlaceable

A SubspacePlaceable corresponds to a child layout that can be positioned by its parent layout.

Source set: Android
public abstract class SubspacePlaceable

A SubspacePlaceable corresponds to a child layout that can be positioned by its parent layout. Most SubspacePlaceable are the result of a SubspaceMeasurable.measure call.

Based on androidx.compose.ui.layout.Placeable.

Properties

measuredWidth

Source set: Android
public var measuredWidth: Int

The measured width of the layout, in pixels.

measuredHeight

Source set: Android
public var measuredHeight: Int

The measured height of the layout, in pixels.

measuredDepth

Source set: Android
public var measuredDepth: Int

The measured depth of the layout, in pixels.

Last updated: