A
B
C
D
E
G
H
I
K
N
O
P
R
S
T
V
P
- perform(ComposeOperationType,String,Function1) - function in io.github.kakaocup.compose.intercept.delegate.ComposeDelegate
- perform(ComposeAction) - function in io.github.kakaocup.compose.intercept.delegate.ComposeDelegate
- perform(ACTION) - function in io.github.kakaocup.compose.intercept.delegate.Delegate
- perform(ComposeAction) - function in io.github.kakaocup.compose.intercept.interaction.ComposeInteraction
- perform(ACTION) - function in io.github.kakaocup.compose.intercept.interaction.Interaction
- perform(Function1) - function in io.github.kakaocup.compose.node.core.BaseNode
- perform(Function1) - function in io.github.kakaocup.compose.node.core.KDSL
- perform(Function1) - function in io.github.kakaocup.compose.node.core.ComposeScreen
- perform(Function1) - function in io.github.kakaocup.compose.node.core.KNode
- PERFORM_CLICK - enum entry in io.github.kakaocup.compose.node.action.NodeActions.ComposeBaseActionType
- PERFORM_GESTURE - enum entry in io.github.kakaocup.compose.node.action.NodeActions.ComposeBaseActionType
- PERFORM_IME_ACTION - enum entry in io.github.kakaocup.compose.node.action.TextActions.ComposeTextActionType
- PERFORM_SCROLL_TO - enum entry in io.github.kakaocup.compose.node.action.NodeActions.ComposeBaseActionType
- PERFORM_SCROLL_TO_INDEX - enum entry in io.github.kakaocup.compose.node.action.NodeActions.ComposeBaseActionType
- PERFORM_SCROLL_TO_KEY - enum entry in io.github.kakaocup.compose.node.action.NodeActions.ComposeBaseActionType
- PERFORM_SEMANTICS_ACTION - enum entry in io.github.kakaocup.compose.node.action.NodeActions.ComposeBaseActionType
- PERFORM_TEXT_CLEARANCE - enum entry in io.github.kakaocup.compose.node.action.TextActions.ComposeTextActionType
- PERFORM_TEXT_INPUT - enum entry in io.github.kakaocup.compose.node.action.TextActions.ComposeTextActionType
- PERFORM_TEXT_INPUT_SELECTION - enum entry in io.github.kakaocup.compose.node.action.TextActions.ComposeTextActionType
- PERFORM_TEXT_REPLACEMENT - enum entry in io.github.kakaocup.compose.node.action.TextActions.ComposeTextActionType
- performClick() - function in io.github.kakaocup.compose.node.action.NodeActions
- Performs a click action on the element represented by the given semantics node.
- performClick() - function in io.github.kakaocup.compose.node.action.BaseNode
- Performs a click action on the element represented by the given semantics node.
- performClick() - function in io.github.kakaocup.compose.node.action.ComposeScreen
- Performs a click action on the element represented by the given semantics node.
- performClick() - function in io.github.kakaocup.compose.node.action.KNode
- Performs a click action on the element represented by the given semantics node.
- performGesture(Function1) - function in io.github.kakaocup.compose.node.action.NodeActions
- Executes the (partial) gesture specified in the given block.
- performGesture(Function1) - function in io.github.kakaocup.compose.node.action.BaseNode
- Executes the (partial) gesture specified in the given block.
- performGesture(Function1) - function in io.github.kakaocup.compose.node.action.ComposeScreen
- Executes the (partial) gesture specified in the given block.
- performGesture(Function1) - function in io.github.kakaocup.compose.node.action.KNode
- Executes the (partial) gesture specified in the given block.
- performImeAction() - function in io.github.kakaocup.compose.node.action.TextActions
- Sends to this node the IME action associated with it in similar way to IME.
- performImeAction() - function in io.github.kakaocup.compose.node.action.BaseNode
- Sends to this node the IME action associated with it in similar way to IME.
- performImeAction() - function in io.github.kakaocup.compose.node.action.ComposeScreen
- Sends to this node the IME action associated with it in similar way to IME.
- performImeAction() - function in io.github.kakaocup.compose.node.action.KNode
- Sends to this node the IME action associated with it in similar way to IME.
- performScrollTo() - function in io.github.kakaocup.compose.node.action.NodeActions
- Scrolls the closest enclosing scroll parent by the smallest amount such that this node is fully visible in its viewport.
- performScrollTo() - function in io.github.kakaocup.compose.node.action.BaseNode
- Scrolls the closest enclosing scroll parent by the smallest amount such that this node is fully visible in its viewport.
- performScrollTo() - function in io.github.kakaocup.compose.node.action.ComposeScreen
- Scrolls the closest enclosing scroll parent by the smallest amount such that this node is fully visible in its viewport.
- performScrollTo() - function in io.github.kakaocup.compose.node.action.KNode
- Scrolls the closest enclosing scroll parent by the smallest amount such that this node is fully visible in its viewport.
- performScrollToIndex(Integer) - function in io.github.kakaocup.compose.node.action.NodeActions
- Scrolls a scrollable container with items to the item with the given index.
- performScrollToIndex(Integer) - function in io.github.kakaocup.compose.node.action.BaseNode
- Scrolls a scrollable container with items to the item with the given index.
- performScrollToIndex(Integer) - function in io.github.kakaocup.compose.node.action.ComposeScreen
- Scrolls a scrollable container with items to the item with the given index.
- performScrollToIndex(Integer) - function in io.github.kakaocup.compose.node.action.KNode
- Scrolls a scrollable container with items to the item with the given index.
- performScrollToKey(Object) - function in io.github.kakaocup.compose.node.action.NodeActions
- Scrolls a scrollable container with keyed items to the item with the given key, such as androidx.compose.foundation.lazy.
- performScrollToKey(Object) - function in io.github.kakaocup.compose.node.action.BaseNode
- Scrolls a scrollable container with keyed items to the item with the given key, such as androidx.compose.foundation.lazy.
- performScrollToKey(Object) - function in io.github.kakaocup.compose.node.action.ComposeScreen
- Scrolls a scrollable container with keyed items to the item with the given key, such as androidx.compose.foundation.lazy.
- performScrollToKey(Object) - function in io.github.kakaocup.compose.node.action.KNode
- Scrolls a scrollable container with keyed items to the item with the given key, such as androidx.compose.foundation.lazy.
- performSemanticsAction(SemanticsPropertyKey,Function1) - function in io.github.kakaocup.compose.node.action.NodeActions
- Provides support to call custom semantics actions on this node.
- performSemanticsAction(SemanticsPropertyKey) - function in io.github.kakaocup.compose.node.action.NodeActions
- Provides support to call custom semantics actions on this node.
- performSemanticsAction(SemanticsPropertyKey,Function1) - function in io.github.kakaocup.compose.node.action.BaseNode
- Provides support to call custom semantics actions on this node.
- performSemanticsAction(SemanticsPropertyKey) - function in io.github.kakaocup.compose.node.action.BaseNode
- Provides support to call custom semantics actions on this node.
- performSemanticsAction(SemanticsPropertyKey,Function1) - function in io.github.kakaocup.compose.node.action.ComposeScreen
- Provides support to call custom semantics actions on this node.
- performSemanticsAction(SemanticsPropertyKey) - function in io.github.kakaocup.compose.node.action.ComposeScreen
- Provides support to call custom semantics actions on this node.
- performSemanticsAction(SemanticsPropertyKey,Function1) - function in io.github.kakaocup.compose.node.action.KNode
- Provides support to call custom semantics actions on this node.
- performSemanticsAction(SemanticsPropertyKey) - function in io.github.kakaocup.compose.node.action.KNode
- Provides support to call custom semantics actions on this node.
- performTextClearance() - function in io.github.kakaocup.compose.node.action.TextActions
- Clears the text in this node in similar way to IME.
- performTextClearance() - function in io.github.kakaocup.compose.node.action.BaseNode
- Clears the text in this node in similar way to IME.
- performTextClearance() - function in io.github.kakaocup.compose.node.action.ComposeScreen
- Clears the text in this node in similar way to IME.
- performTextClearance() - function in io.github.kakaocup.compose.node.action.KNode
- Clears the text in this node in similar way to IME.
- performTextInput(String) - function in io.github.kakaocup.compose.node.action.TextActions
- Sends the given text to this node in similar way to IME.
- performTextInput(String) - function in io.github.kakaocup.compose.node.action.BaseNode
- Sends the given text to this node in similar way to IME.
- performTextInput(String) - function in io.github.kakaocup.compose.node.action.ComposeScreen
- Sends the given text to this node in similar way to IME.
- performTextInput(String) - function in io.github.kakaocup.compose.node.action.KNode
- Sends the given text to this node in similar way to IME.
- performTextInputSelection(TextRange) - function in io.github.kakaocup.compose.node.action.TextActions
- Sends the given selection to this node in similar way to IME.
- performTextInputSelection(TextRange) - function in io.github.kakaocup.compose.node.action.BaseNode
- Sends the given selection to this node in similar way to IME.
- performTextInputSelection(TextRange) - function in io.github.kakaocup.compose.node.action.ComposeScreen
- Sends the given selection to this node in similar way to IME.
- performTextInputSelection(TextRange) - function in io.github.kakaocup.compose.node.action.KNode
- Sends the given selection to this node in similar way to IME.
- performTextReplacement(String) - function in io.github.kakaocup.compose.node.action.TextActions
- Replaces existing text with the given text in this node in similar way to IME.
- performTextReplacement(String) - function in io.github.kakaocup.compose.node.action.BaseNode
- Replaces existing text with the given text in this node in similar way to IME.
- performTextReplacement(String) - function in io.github.kakaocup.compose.node.action.ComposeScreen
- Replaces existing text with the given text in this node in similar way to IME.
- performTextReplacement(String) - function in io.github.kakaocup.compose.node.action.KNode
- Replaces existing text with the given text in this node in similar way to IME.
- produceComposeAction(ComposeOperationType,String,Function1) - function in io.github.kakaocup.compose.intercept.operation.ComposeOperationImplsKt
- produceComposeAssertion(ComposeOperationType,String,Function1) - function in io.github.kakaocup.compose.intercept.operation.ComposeOperationImplsKt
- provideSemanticsNodeInteraction() - function in io.github.kakaocup.compose.node.builder.NodeProvider