Start native apps faster with the Composables CLI ->
Interface

SpatialAlignment.Depth

An interface to calculate the alignment of a box of a certain size inside an available depth.

Source set: Android
public interface Depth

An interface to calculate the alignment of a box of a certain size inside an available depth.

Functions

align

public fun align(size: Int, space: Int): Int

Provides the depth alignment offset from the origin of the space to the origin of the content.

Parameters

size The content size in pixels.
space The available space in pixels.

Last updated: