SemanticsNodeInteraction |
Asserts that the provided matcher is satisfied for this node.
|
SemanticsNodeInteraction |
Asserts that the current semantics node has a click action.
|
SemanticsNodeInteraction |
Asserts that the current semantics node has doesn't have a click action.
|
SemanticsNodeInteraction |
Asserts that the layout of this node has height that is greater ot equal to expectedMinHeight.
|
SemanticsNodeInteraction |
Asserts that the layout of this node has height equal to expectedHeight.
|
SemanticsNodeInteraction |
Asserts that the current semantics node is displayed on screen.
|
SemanticsNodeInteraction |
Asserts that the current semantics node is enabled.
|
SemanticsNodeInteraction |
Asserts that the current semantics node has a focus.
|
SemanticsNodeInteraction |
Asserts that the current semantics node has hidden property set to true.
|
SemanticsNodeInteraction |
Asserts the semantics node is in a mutually exclusive group.
|
SemanticsNodeInteraction |
Asserts that the current semantics node is not displayed on screen.
|
SemanticsNodeInteraction |
Asserts that the current semantics node is not enabled.
|
SemanticsNodeInteraction |
Asserts that the current semantics node does not have a focus.
|
SemanticsNodeInteraction |
Asserts that the current semantics node has hidden property set to false.
|
SemanticsNodeInteraction |
Asserts that the current semantics node is not selected.
|
SemanticsNodeInteraction |
Asserts that the current semantics node is unchecked.
|
SemanticsNodeInteraction |
Asserts that the current semantics node is checked.
|
SemanticsNodeInteraction |
Asserts that the current semantics node is selectable.
|
SemanticsNodeInteraction |
Asserts that the current semantics node is selected.
|
SemanticsNodeInteraction |
Asserts that the current semantics node is toggleable.
|
SemanticsNodeInteraction |
Asserts the node's label equals the given String.
|
SemanticsNodeInteraction |
Asserts that the layout of this node has the left position in the root composable that is
equal to the given position.
|
SemanticsNodeInteraction |
Asserts that the layout of this node has position in the root composable that is equal to the
given position.
|
SemanticsNodeInteraction |
Asserts the node's range info equals the given value.
|
SemanticsNodeInteraction |
Asserts the node's text equals the given String.
|
SemanticsNodeInteraction |
Asserts that the layout of this node has the top position in the root composable that is equal to
the given position.
|
SemanticsNodeInteraction |
Asserts the node's value equals the given value.
|
SemanticsNodeInteraction |
Asserts that the layout of this node has width that is greater ot equal to expectedMinWidth.
|
SemanticsNodeInteraction |
Asserts that the layout of this node has width equal to expectedWidth.
|
ImageBitmap |
Captures the underlying semantics node's surface into bitmap.
|
Dp |
Returns the position of an alignment line, or Dp.Unspecified if the line is
not provided.
|
Bounds |
Returns the bounds of the layout of this node.
|
SemanticsNodeInteractionCollection |
Returns all the ancestors of this node.
|
SemanticsNodeInteraction |
Returns exactly one child of this node.
|
SemanticsNodeInteraction |
Returns child of this node at the given index.
|
SemanticsNodeInteractionCollection |
Returns children of this node.
|
SemanticsNodeInteraction |
Returns a parent of this node.
|
SemanticsNodeInteraction |
Returns exactly one sibling of this node.
|
SemanticsNodeInteractionCollection |
Returns all siblings of this node.
|
SemanticsNodeInteraction |
Performs a click action on the element represented by the given semantics node.
|
SemanticsNodeInteraction |
Executes the (partial) gesture specified in the given block.
|
Unit |
Sends to this node the IME action associated with it in similar way to IME.
|
Boolean |
Send the specified KeyEvent to the focused component.
|
SemanticsNodeInteraction |
Scrolls the closest enclosing scroll parent by the smallest amount such that this node is fully
visible in its viewport.
|
Unit |
|