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.java211 int scrollSpeed = calcScrollSpeed(scrollable, durationMs); in scroll() local
212 scrollable.scroll(direction, percent / 100, scrollSpeed); in scroll()
234 int scrollSpeed = (int) (bounds.height() / durationSeconds); in calcScrollSpeed() local
235 return scrollSpeed; in calcScrollSpeed()
/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/
DAbstractAutoStandardAppHelper.java212 int scrollSpeed = getScrollSpeed(scrollable, timeMs); in scroll() local
214 scrollable.scroll(direction, percent / 100, scrollSpeed); in scroll()
245 int scrollSpeed = (int) (bounds.height() / timeSeconds); in getScrollSpeed() local
246 return scrollSpeed; in getScrollSpeed()