Home | History | Annotate | Download | only in common

Lines Matching defs:startScroll

241      *             the duration of an existing scroll, use startScroll
260 * the duration of an existing scroll, use startScroll
278 * the duration of an existing scroll, use startScroll
356 public void startScroll(int startX, int startY, int dx, int dy) {
357 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
373 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
375 mScrollerX.startScroll(startX, dx, duration);
376 mScrollerY.startScroll(startY, dy, duration);
490 * {@link #startScroll(int, int, int, int)} as the interpolation currently in progress
682 void startScroll(int start, int distance, int duration) {