SubspaceLayoutCoordinates

interface SubspaceLayoutCoordinates


A holder of the measured bounds.

Based on androidx.compose.ui.layout.LayoutCoordinates.

Summary

Public properties

Pose

The pose of this layout in the local coordinates space, with translation in pixels.

Pose

The pose of this layout relative to its parent entity in the Compose hierarchy, with translation in pixels.

Pose

The pose of this layout relative to the root entity of the Compose hierarchy, with translation in pixels.

IntVolumeSize

The size of this layout in the local coordinates space.

Public properties

pose

Added in 1.0.0-alpha05
val posePose

The pose of this layout in the local coordinates space, with translation in pixels.

poseInParentEntity

Added in 1.0.0-alpha05
val poseInParentEntityPose

The pose of this layout relative to its parent entity in the Compose hierarchy, with translation in pixels.

poseInRoot

Added in 1.0.0-alpha05
val poseInRootPose

The pose of this layout relative to the root entity of the Compose hierarchy, with translation in pixels.

size

Added in 1.0.0-alpha05
val sizeIntVolumeSize

The size of this layout in the local coordinates space.

This is also useful for providing the size of the node to the OnGloballyPositionedModifier.