Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java234 double durationSeconds = (double) durationMs / 1000; in calcScrollSpeed() local
235 int scrollSpeed = (int) (bounds.height() / durationSeconds); in calcScrollSpeed()