Home | History | Annotate | Download | only in widget

Lines Matching refs:startScroll

250      *             the duration of an existing scroll, use startScroll
269 * the duration of an existing scroll, use startScroll
287 * the duration of an existing scroll, use startScroll
358 public void startScroll(int startX, int startY, int dx, int dy) {
359 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
375 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
377 mScrollerX.startScroll(startX, dx, duration);
378 mScrollerY.startScroll(startY, dy, duration);
492 * {@link #startScroll(int, int, int, int)} as the interpolation currently in progress
681 void startScroll(int start, int distance, int duration) {