-
bottom
Returns the y-coordinate for the bottom of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
bottomCenter
Returns the center of the bottom edge of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
bottomLeft
Returns the bottom left corner of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
bottomRight
Returns the bottom right corner of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
center
Returns the center of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
centerLeft
Returns the center of the left edge of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
centerRight
Returns the center of the right edge of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
centerX
Returns the x-coordinate for the center of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
centerY
Returns the y-coordinate for the center of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
frameDelayMillis
The frame delay time for the TestMonotonicFrameClock in milliseconds.
-
height
Shorthand for `size.
-
isAltDown
Verifies whether either of the alt keys are down.
-
isCtrlDown
Verifies whether either of the control keys are down.
-
isFnDown
Verifies whether the function key is down.
-
isMetaDown
Verifies whether either of the meta keys are down.
-
isShiftDown
Verifies whether either of the shift keys are down.
-
left
Returns the x-coordinate for the left edge of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
right
Returns the x-coordinate for the right edge of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
top
Returns the y-coordinate for the bottom of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
topCenter
Returns the center of the top edge of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
topLeft
Returns the top left corner of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
topRight
Returns the top right corner of the node we're interacting with, in the node's local coordinate system, where (0, 0) is the top left corner of the node.
-
width
Shorthand for `size.
Compose UI Test
Jetpack Compose API reference for ui-test.