Home
last modified time | relevance | path

Searched refs:assertDecreasing (Results 1 – 3 of 3) sorted by relevance

/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/injectionscope/touch/
DSwipeDirectionTest.kt36 import androidx.compose.ui.test.util.assertDecreasing
237 events.map { it.position.y }.assertDecreasing() in SinglePointerInputRecorder()
256 events.map { it.position.x }.assertDecreasing() in SinglePointerInputRecorder()
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/gesturescope/
DSendSwipeTest.kt58 import androidx.compose.ui.test.util.assertDecreasing
316 events.map { it.position.y }.assertDecreasing() in SinglePointerInputRecorder()
335 events.map { it.position.x }.assertDecreasing() in SinglePointerInputRecorder()
/compose/ui/ui-test/src/androidCommonTest/kotlin/androidx/compose/ui/test/util/
DVerifications.kt280 fun <E : Comparable<E>> List<E>.assertDecreasing() { in assertDecreasing() method