Searched refs:durationSeconds (Results 1 – 1 of 1) sorted by relevance
234 double durationSeconds = (double) durationMs / 1000; in calcScrollSpeed() local235 int scrollSpeed = (int) (bounds.height() / durationSeconds); in calcScrollSpeed()