Searched refs:scrollSpeed (Results 1 – 2 of 2) sorted by relevance
192 int scrollSpeed = calcScrollSpeed(scrollable, durationMs); in scroll() local193 scrollable.scroll(direction, percent / 100, scrollSpeed); in scroll()215 int scrollSpeed = (int) (bounds.height() / durationSeconds); in calcScrollSpeed() local216 return scrollSpeed; in calcScrollSpeed()
208 int scrollSpeed = getScrollSpeed(scrollable, timeMs); in scroll() local210 scrollable.scroll(direction, percent / 100, scrollSpeed); in scroll()241 int scrollSpeed = (int) (bounds.height() / timeSeconds); in getScrollSpeed() local242 return scrollSpeed; in getScrollSpeed()