Home
last modified time | relevance | path

Searched defs: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
215 int scrollSpeed = (int) (bounds.height() / durationSeconds); in calcScrollSpeed() local
/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/
DAbstractAutoStandardAppHelper.java208 int scrollSpeed = getScrollSpeed(scrollable, timeMs); in scroll() local
241 int scrollSpeed = (int) (bounds.height() / timeSeconds); in getScrollSpeed() local