Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java212 int scrollSpeed = calcScrollSpeed(scrollable, durationMs); in scroll()
232 default int calcScrollSpeed(UiObject2 scrollable, long durationMs) { in calcScrollSpeed() method