Searched refs:timeSeconds (Results 1 – 1 of 1) sorted by relevance
240 double timeSeconds = (double) timeMs / 1000; in getScrollSpeed() local241 int scrollSpeed = (int) (bounds.height() / timeSeconds); in getScrollSpeed()