Home | History | Annotate | Download | only in common

Lines Matching refs:startScroll

244      *             the duration of an existing scroll, use startScroll
263 * the duration of an existing scroll, use startScroll
281 * the duration of an existing scroll, use startScroll
359 public void startScroll(int startX, int startY, int dx, int dy) {
360 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
376 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
378 mScrollerX.startScroll(startX, dx, duration);
379 mScrollerY.startScroll(startY, dy, duration);
493 * {@link #startScroll(int, int, int, int)} as the interpolation currently in progress
685 void startScroll(int start, int distance, int duration) {