Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java192 int scrollSpeed = calcScrollSpeed(scrollable, durationMs); in scroll() local
193 scrollable.scroll(direction, percent / 100, scrollSpeed); in scroll()
215 int scrollSpeed = (int) (bounds.height() / durationSeconds); in calcScrollSpeed() local
216 return scrollSpeed; in calcScrollSpeed()
/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/
DAbstractAutoStandardAppHelper.java208 int scrollSpeed = getScrollSpeed(scrollable, timeMs); in scroll() local
210 scrollable.scroll(direction, percent / 100, scrollSpeed); in scroll()
241 int scrollSpeed = (int) (bounds.height() / timeSeconds); in getScrollSpeed() local
242 return scrollSpeed; in getScrollSpeed()