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

SemanticsOwnerKt

public final class SemanticsOwnerKt


Summary

Public methods

static final @NonNull List<@NonNull SemanticsNode>
getAllSemanticsNodes(
    @NonNull SemanticsOwner receiver,
    boolean mergingEnabled
)

Finds all SemanticsNodes in the tree owned by this SemanticsOwner.

Public methods

getAllSemanticsNodes

public static final @NonNull List<@NonNull SemanticsNodegetAllSemanticsNodes(
    @NonNull SemanticsOwner receiver,
    boolean mergingEnabled
)

Finds all SemanticsNodes in the tree owned by this SemanticsOwner. Return the results in a list.