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

WindowInsetsSides

value public final class WindowInsetsSides


WindowInsetsSides is used in WindowInsets.only to define which sides of the WindowInsets should apply.

Summary

Nested types

public static class WindowInsetsSides.Companion

Public methods

final @NonNull WindowInsetsSides

Returns a WindowInsetsSides containing sides defied in sides and the sides in this.

@NonNull String

Public methods

plus

public final @NonNull WindowInsetsSides plus(@NonNull WindowInsetsSides sides)

Returns a WindowInsetsSides containing sides defied in sides and the sides in this.

toString

public @NonNull String toString()