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