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 Above: BeyondBoundsLayout.LayoutDirection

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

After

val After: BeyondBoundsLayout.LayoutDirection

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

Before

val Before: BeyondBoundsLayout.LayoutDirection

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

Below

val Below: BeyondBoundsLayout.LayoutDirection

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

Left

val Left: BeyondBoundsLayout.LayoutDirection

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

Right

val Right: BeyondBoundsLayout.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