A  B  C  D  E  G  H  I  K  N  O  P  R  S  T  V 

H

hasAnyAncestor(SemanticsMatcher) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node has at least one ancestor that satisfies the given matcher.
hasAnyChild(SemanticsMatcher) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node has at least one child that satisfies the given matcher.
hasAnyDescendant(SemanticsMatcher) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node has at least one descendant that satisfies the given matcher.
hasAnySibling(SemanticsMatcher) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node has at least one sibling that satisfies the given matcher.
hasClickAction() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Return whether the node has a semantics click action defined.
hasContentDescription(String,Boolean,Boolean) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node's content description contains the given value.
hasContentDescriptionExactly(String) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node's content description contains exactly the given values and nothing else.
hasImeAction(ImeAction) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node defines the given IME action.
hasNoClickAction() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Return whether the node has no semantics click action defined.
hasNoScrollAction() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Return whether the node has no semantics scrollable action defined.
hasParent(SemanticsMatcher) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node's parent satisfies the given matcher.
hasPosition(Integer) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
 
hasProgressBarRangeInfo(ProgressBarRangeInfo) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node's range info matches exactly to the given accessibility range info.
hasScrollAction() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Return whether the node has a semantics scrollable action defined.
hasScrollToIndexAction() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node defines the ability to scroll to an item index.
hasScrollToKeyAction() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node defines the ability to scroll to an item identified by a key, such as androidx.compose.foundation.lazy.
hasSetTextAction() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node defines semantics action to set text to it.
hasStateDescription(String) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node's value matches exactly to the given accessibility value.
hasTestTag(String) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node is annotated by the given test tag.
hasText(String,Boolean,Boolean) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node's text contains the given text.
hasTextExactly(String,Boolean) - function in io.github.kakaocup.compose.node.builder.ViewBuilder
Returns whether the node's text contains exactly the given values and nothing else.
A  B  C  D  E  G  H  I  K  N  O  P  R  S  T  V