Home
last modified time | relevance | path

Searched defs:SemanticsNodeInteractionsProvider (Results 1 – 7 of 7) sorted by relevance

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DFinders.kt29 fun SemanticsNodeInteractionsProvider.onNodeWithTag( method
44 fun SemanticsNodeInteractionsProvider.onAllNodesWithTag( method
62 fun SemanticsNodeInteractionsProvider.onNodeWithContentDescription( method
83 fun SemanticsNodeInteractionsProvider.onAllNodesWithContentDescription( method
104 fun SemanticsNodeInteractionsProvider.onNodeWithText( method
124 fun SemanticsNodeInteractionsProvider.onAllNodesWithText( method
142 fun SemanticsNodeInteractionsProvider.onRoot( method
DSemanticsNodeInteractionsProvider.kt27 interface SemanticsNodeInteractionsProvider { interface
/compose/ui/ui-test/src/androidUnitTest/kotlin/androidx/compose/ui/test/
DViewVisibilityRobolectricTest.kt108 private fun SemanticsNodeInteractionsProvider.checkUi(expectDisplayed: Boolean) { in <lambda>() method
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/junit4/
DViewVisibilityTest.kt115 private fun SemanticsNodeInteractionsProvider.checkUi(expectDisplayed: Boolean) { in <lambda>() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/
DAbstractSelectionContainerTest.kt80 protected fun SemanticsNodeInteractionsProvider.onSelectionContainer() = in <lambda>() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/contextmenu/internal/
DDefaultTextContextMenuDropdownProviderTest.kt431 fun SemanticsNodeInteractionsProvider.assertPopupCount( in <lambda>() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/
DBasicTextLinkTest.kt1151 private fun SemanticsNodeInteractionsProvider.onFirstText(): SemanticsNodeInteraction = in SemanticsNodeInteractionsProvider() method