Home | History | Annotate | Download | only in sgv

Lines Matching refs:startScroll

246      *             the duration of an existing scroll, use startScroll
265 * the duration of an existing scroll, use startScroll
283 * the duration of an existing scroll, use startScroll
361 public void startScroll(int startX, int startY, int dx, int dy) {
362 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
378 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
380 mScrollerX.startScroll(startX, dx, duration);
381 mScrollerY.startScroll(startY, dy, duration);
495 * {@link #startScroll(int, int, int, int)} as the interpolation currently in progress
684 void startScroll(int start, int distance, int duration) {