Home
last modified time | relevance | path

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

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DBetterSwipe.kt98 val stepTime = calculateStepTime() in <lambda>()
233 val stepTimeMs = calculateStepTime().toMillis() in <lambda>()
306 private fun calculateStepTime(displayId: Int = DEFAULT_DISPLAY): Duration { in lerp() method