Measured
-
Cmn
interface Measured
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 |
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 |
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 measuredHeight: Int
The measured height of the layout. This might not respect the measurement constraints.
measuredWidth
val measuredWidth: Int
The measured width of the layout. This might not respect the measurement constraints.