Home | History | Annotate | Download | only in widget

Lines Matching defs:startScroll

249      *             the duration of an existing scroll, use startScroll
268 * the duration of an existing scroll, use startScroll
286 * the duration of an existing scroll, use startScroll
357 public void startScroll(int startX, int startY, int dx, int dy) {
358 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
374 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
376 mScrollerX.startScroll(startX, dx, duration);
377 mScrollerY.startScroll(startY, dy, duration);
491 * {@link #startScroll(int, int, int, int)} as the interpolation currently in progress
680 void startScroll(int start, int distance, int duration) {