public class LayoutDirection internal constructor(@Suppress("unused") private val value: Int)
The direction (from the visible bounds) that a BeyondBoundsLayout is requesting more items to be laid.
Members
Companion
public companion object
Properties
Before
public val Before: LayoutDirection
Direction used in BeyondBoundsLayout.layout to request the layout of extra items before the current bounds.
After
public val After: LayoutDirection
Direction used in BeyondBoundsLayout.layout to request the layout of extra items after the current bounds.
Left
public val Left: LayoutDirection
Direction used in BeyondBoundsLayout.layout to request the layout of extra items to the left of the current bounds.
Right
public val Right: LayoutDirection
Direction used in BeyondBoundsLayout.layout to request the layout of extra items to the right of the current bounds.
Above
public val Above: LayoutDirection
Direction used in BeyondBoundsLayout.layout to request the layout of extra items above the current bounds.
Below
public val Below: LayoutDirection
Direction used in BeyondBoundsLayout.layout to request the layout of extra items below the current bounds.