Home
last modified time | relevance | path

Searched defs:ComposeTestRule (Results 1 – 13 of 13) sorted by relevance

/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/injectionscope/key/
DCommon.kt30 fun ComposeTestRule.performKeyInput(block: KeyInjectionScope.() -> Unit) { in performKeyInput() method
34 fun ComposeTestRule.assertTyped(expectedText: String) { in ComposeTestRule() method
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/injectionscope/touch/
DCommon.kt28 fun ComposeTestRule.performTouchInput(block: TouchInjectionScope.() -> Unit) { in performTouchInput() method
32 fun ComposeTestRule.performMultiModalInput(block: MultiModalInjectionScope.() -> Unit) { in performMultiModalInput() method
DClickTest.kt107 private fun ComposeTestRule.click(tag: String) { in click() method
/compose/ui/ui-test-junit4/src/jvmMain/kotlin/androidx/compose/ui/test/junit4/
DComposeTestRule.jvm.kt57 interface ComposeTestRule : TestRule, SemanticsNodeInteractionsProvider { interface
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DMaterialTest.kt73 fun ComposeTestRule.rootWidth(): Dp = onRoot().getUnclippedBoundsInRoot().width in SemanticsNodeInteraction() method
75 fun ComposeTestRule.rootHeight(): Dp = onRoot().getUnclippedBoundsInRoot().height in SemanticsNodeInteraction() method
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/partialgesturescope/
DCommon.kt29 fun ComposeTestRule.partialGesture(block: GestureScope.() -> Unit) { in partialGesture() method
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DMaterialTest.kt93 fun ComposeTestRule.rootWidth(): Dp = onRoot().getUnclippedBoundsInRoot().width in SemanticsNodeInteraction() method
95 fun ComposeTestRule.rootHeight(): Dp = onRoot().getUnclippedBoundsInRoot().height in SemanticsNodeInteraction() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/util/
DTextSelectionTestUtils.kt65 private fun ComposeTestRule.assertHandleShown(handle: Handle) { in assertHandleShown() method
73 private fun ComposeTestRule.assertHandleNotShown(handle: Handle) { in assertHandleNotShown() method
91 private fun ComposeTestRule.assertMagnifierShown(shown: Boolean) { in assertMagnifierShown() method
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/gesturescope/
DSendClickTest.kt114 private fun ComposeTestRule.click(tag: String) { in <lambda>() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/contextmenu/
DContextMenuCommon.kt199 private fun ComposeTestRule.assertContextMenuItem(label: String, state: ContextMenuItemState) { method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/
DSelectionHandlePopupPositionTest.kt300 private fun ComposeTestRule.singleSelectionHandleMatches(viewMatcher: Matcher<in View>) { in singleSelectionHandleMatches() method
DSelectionContainerTest.kt630 private fun ComposeTestRule.rootWidth(): Dp = onRoot().getUnclippedBoundsInRoot().width in rootWidth() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/draw/
DPainterModifierTest.kt787 private fun ComposeTestRule.obtainScreenshotBitmap(width: Int, height: Int = width): Bitmap { in obtainScreenshotBitmap() method