Home
last modified time | relevance | path

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

/compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/input/pointer/
Dutils.kt270 val historicalEventCount = numberOfHistoricalEventsBasedOnArrayLocation(index) in createMoveMotionEvents() constant
305 val historicalTimeDelta: Int = (timeDelta - 10) / historicalEventCount in createMoveMotionEvents()
307 (moveDelta + accountForMoveOffset) / historicalEventCount in createMoveMotionEvents()
330 for (historyIndex in 1 until historicalEventCount) { in createMoveMotionEvents()