Home
last modified time | relevance | path

Searched refs:assertNoTouchGestureInProgress (Results 1 – 7 of 7) sorted by relevance

/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/injectionscope/touch/
DCancelTest.kt27 import androidx.compose.ui.test.util.assertNoTouchGestureInProgress
68 rule.onNodeWithTag(ClickableTestBox.defaultTag).assertNoTouchGestureInProgress() in onePointer()
87 rule.onNodeWithTag(ClickableTestBox.defaultTag).assertNoTouchGestureInProgress() in twoPointers()
DUpTest.kt30 import androidx.compose.ui.test.util.assertNoTouchGestureInProgress
79 rule.onNodeWithTag(ClickableTestBox.defaultTag).assertNoTouchGestureInProgress() in onePointer()
110 rule.onNodeWithTag(ClickableTestBox.defaultTag).assertNoTouchGestureInProgress() in twoPointers()
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/partialgesturescope/
DSendCancelTest.kt30 import androidx.compose.ui.test.util.assertNoTouchGestureInProgress
72 rule.onNodeWithTag(defaultTag).assertNoTouchGestureInProgress() in onePointer()
92 rule.onNodeWithTag(defaultTag).assertNoTouchGestureInProgress() in twoPointers()
DSendUpTest.kt33 import androidx.compose.ui.test.util.assertNoTouchGestureInProgress
83 rule.onNodeWithTag(defaultTag).assertNoTouchGestureInProgress() in onePointer()
114 rule.onNodeWithTag(defaultTag).assertNoTouchGestureInProgress() in twoPointers()
/compose/ui/ui-test/src/androidUnitTest/kotlin/androidx/compose/ui/test/inputdispatcher/
DTouchEventsTest.kt31 import androidx.compose.ui.test.util.assertNoTouchGestureInProgress
84 subject.assertNoTouchGestureInProgress() in onePointer_downUp()
104 subject.assertNoTouchGestureInProgress() in onePointer_downDelayUp()
145 subject.assertNoTouchGestureInProgress() in onePointer_downCancel()
270 subject.assertNoTouchGestureInProgress() in twoPointers_downUp_sameOrder()
300 subject.assertNoTouchGestureInProgress() in twoPointers_downUp_inverseOrder()
330 subject.assertNoTouchGestureInProgress() in twoPointers_downDownCancel()
DInputDispatcherTest.kt31 import androidx.compose.ui.test.util.assertNoTouchGestureInProgress
104 assertNoTouchGestureInProgress() in generateTouchCancelAndCheck()
/compose/ui/ui-test/src/androidCommonTest/kotlin/androidx/compose/ui/test/util/
DVerifications.kt39 internal fun SemanticsNodeInteraction.assertNoTouchGestureInProgress() { in <lambda>() method
46 internal fun InputDispatcher.assertNoTouchGestureInProgress() { in assertNoTouchGestureInProgress() method