Searched refs:assertDecreasing (Results 1 – 3 of 3) sorted by relevance
36 import androidx.compose.ui.test.util.assertDecreasing237 events.map { it.position.y }.assertDecreasing() in SinglePointerInputRecorder()256 events.map { it.position.x }.assertDecreasing() in SinglePointerInputRecorder()
58 import androidx.compose.ui.test.util.assertDecreasing316 events.map { it.position.y }.assertDecreasing() in SinglePointerInputRecorder()335 events.map { it.position.x }.assertDecreasing() in SinglePointerInputRecorder()
280 fun <E : Comparable<E>> List<E>.assertDecreasing() { in assertDecreasing() method