BeyondBoundsLayout.LayoutDirection


The direction (from the visible bounds) that a BeyondBoundsLayout is requesting more items to be laid.

Summary

Public companion properties

BeyondBoundsLayout.LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items above the current bounds.

Cmn
BeyondBoundsLayout.LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items after the current bounds.

Cmn
BeyondBoundsLayout.LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items before the current bounds.

Cmn
BeyondBoundsLayout.LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items below the current bounds.

Cmn
BeyondBoundsLayout.LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items to the left of the current bounds.

Cmn
BeyondBoundsLayout.LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items to the right of the current bounds.

Cmn

Public functions

open String
Cmn

Public companion properties

Above

val AboveBeyondBoundsLayout.LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items above the current bounds.

After

val AfterBeyondBoundsLayout.LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items after the current bounds.

Before

val BeforeBeyondBoundsLayout.LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items before the current bounds.

Below

val BelowBeyondBoundsLayout.LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items below the current bounds.

Left

val LeftBeyondBoundsLayout.LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items to the left of the current bounds.

Right

val RightBeyondBoundsLayout.LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items to the right of the current bounds.

Public functions

toString

open fun toString(): String