Searched refs:assertIncreasing (Results 1 – 3 of 3) sorted by relevance
37 import androidx.compose.ui.test.util.assertIncreasing247 events.map { it.position.y }.assertIncreasing() in SinglePointerInputRecorder()266 events.map { it.position.x }.assertIncreasing() in SinglePointerInputRecorder()
59 import androidx.compose.ui.test.util.assertIncreasing326 events.map { it.position.y }.assertIncreasing() in SinglePointerInputRecorder()345 events.map { it.position.x }.assertIncreasing() in SinglePointerInputRecorder()
276 fun <E : Comparable<E>> List<E>.assertIncreasing() { in assertIncreasing() method