Searched refs:scrollSpeed (Results 1 – 2 of 2) sorted by relevance
211 int scrollSpeed = calcScrollSpeed(scrollable, durationMs); in scroll() local212 scrollable.scroll(direction, percent / 100, scrollSpeed); in scroll()234 int scrollSpeed = (int) (bounds.height() / durationSeconds); in calcScrollSpeed() local235 return scrollSpeed; in calcScrollSpeed()
212 int scrollSpeed = getScrollSpeed(scrollable, timeMs); in scroll() local214 scrollable.scroll(direction, percent / 100, scrollSpeed); in scroll()245 int scrollSpeed = (int) (bounds.height() / timeSeconds); in getScrollSpeed() local246 return scrollSpeed; in getScrollSpeed()