{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

BeyondBoundsLayout.LayoutDirection.Companion

public static class BeyondBoundsLayout.LayoutDirection.Companion


Summary

Public methods

static final @NonNull BeyondBoundsLayout.LayoutDirection

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

static final @NonNull BeyondBoundsLayout.LayoutDirection

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

static final @NonNull BeyondBoundsLayout.LayoutDirection

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

static final @NonNull BeyondBoundsLayout.LayoutDirection

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

static final @NonNull BeyondBoundsLayout.LayoutDirection

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

static final @NonNull BeyondBoundsLayout.LayoutDirection

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

Public methods

getAbove

public static final @NonNull BeyondBoundsLayout.LayoutDirection getAbove()

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

getAfter

public static final @NonNull BeyondBoundsLayout.LayoutDirection getAfter()

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

getBefore

public static final @NonNull BeyondBoundsLayout.LayoutDirection getBefore()

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

getBelow

public static final @NonNull BeyondBoundsLayout.LayoutDirection getBelow()

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

getLeft

public static final @NonNull BeyondBoundsLayout.LayoutDirection getLeft()

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

getRight

public static final @NonNull BeyondBoundsLayout.LayoutDirection getRight()

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