Home
last modified time | relevance | path

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

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DBetterSwipe.kt317 val millisBetweenFrames = 1000 / framesPerSecond in getTimeBetweenFrames() constant
318 Duration.ofMillis(millisBetweenFrames.toLong()) in getTimeBetweenFrames()