Home
last modified time | relevance | path

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

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DBetterSwipe.kt316 val framesPerSecond = display.refreshRate // Frames per second in getTimeBetweenFrames() constant
317 val millisBetweenFrames = 1000 / framesPerSecond in getTimeBetweenFrames()