Home
last modified time | relevance | path

Searched refs:scrollSpeed (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() local
213 scrollable.scroll(direction, percent / 100, scrollSpeed); in scroll()
235 int scrollSpeed = (int) (bounds.height() / durationSeconds); in calcScrollSpeed() local
236 return scrollSpeed; in calcScrollSpeed()