Searched defs:scrollSpeed (Results 1 – 2 of 2) sorted by relevance
211 int scrollSpeed = calcScrollSpeed(scrollable, durationMs); in scroll() local234 int scrollSpeed = (int) (bounds.height() / durationSeconds); in calcScrollSpeed() local
212 int scrollSpeed = getScrollSpeed(scrollable, timeMs); in scroll() local245 int scrollSpeed = (int) (bounds.height() / timeSeconds); in getScrollSpeed() local