| /compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/injectionscope/key/ |
| D | Common.kt | 30 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/ |
| D | Common.kt | 28 fun ComposeTestRule.performTouchInput(block: TouchInjectionScope.() -> Unit) { in performTouchInput() method 32 fun ComposeTestRule.performMultiModalInput(block: MultiModalInjectionScope.() -> Unit) { in performMultiModalInput() method
|
| D | ClickTest.kt | 107 private fun ComposeTestRule.click(tag: String) { in click() method
|
| /compose/ui/ui-test-junit4/src/jvmMain/kotlin/androidx/compose/ui/test/junit4/ |
| D | ComposeTestRule.jvm.kt | 57 interface ComposeTestRule : TestRule, SemanticsNodeInteractionsProvider { interface
|
| /compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/ |
| D | MaterialTest.kt | 73 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/ |
| D | Common.kt | 29 fun ComposeTestRule.partialGesture(block: GestureScope.() -> Unit) { in partialGesture() method
|
| /compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/ |
| D | MaterialTest.kt | 93 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/ |
| D | TextSelectionTestUtils.kt | 65 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/ |
| D | SendClickTest.kt | 114 private fun ComposeTestRule.click(tag: String) { in <lambda>() method
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/contextmenu/ |
| D | ContextMenuCommon.kt | 199 private fun ComposeTestRule.assertContextMenuItem(label: String, state: ContextMenuItemState) { method
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/ |
| D | SelectionHandlePopupPositionTest.kt | 300 private fun ComposeTestRule.singleSelectionHandleMatches(viewMatcher: Matcher<in View>) { in singleSelectionHandleMatches() method
|
| D | SelectionContainerTest.kt | 630 private fun ComposeTestRule.rootWidth(): Dp = onRoot().getUnclippedBoundsInRoot().width in rootWidth() method
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/draw/ |
| D | PainterModifierTest.kt | 787 private fun ComposeTestRule.obtainScreenshotBitmap(width: Int, height: Int = width): Bitmap { in obtainScreenshotBitmap() method
|