Searched defs:startScroll (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DScrollerHelper.java66 mScroller.startScroll(
85 public int startScroll(int distance, int min, int max) { method in class:ScrollerHelper
91 mScroller.startScroll(
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DScroller.java317 public void startScroll(int startX, int startY, int dx, int dy) { method in class:Scroller
318 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
334 public void startScroll(int startX, int startY, int dx, int dy, int duration) { method in class:Scroller
H A DOverScroller.java244 * 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) { method in class:OverScroller
360 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
376 public void startScroll(int startX, int startY, int dx, int dy, int duration) { method in class:OverScroller
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(in method in class:OverScroller.SplineOverScroller
[all...]

Completed in 49 milliseconds