Measured

Known direct subclasses
Placeable

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


A Measured corresponds to a layout that has been measured by its parent layout.

Summary

Public functions

operator Int
get(alignmentLine: AlignmentLine)

Returns the position of an alignment line, or AlignmentLine.Unspecified if the line is not provided.

Cmn

Public properties

Int

The measured height of the layout.

Cmn
Int

The measured width of the layout.

Cmn
open Any?

Data provided by the ParentDataModifier applied to the layout.

Cmn

Public functions

get

operator fun get(alignmentLine: AlignmentLine): Int

Returns the position of an alignment line, or AlignmentLine.Unspecified if the line is not provided.

Public properties

measuredHeight

val measuredHeightInt

The measured height of the layout. This might not respect the measurement constraints.

measuredWidth

val measuredWidthInt

The measured width of the layout. This might not respect the measurement constraints.

parentData

open val parentDataAny?

Data provided by the ParentDataModifier applied to the layout.