Searched defs:startScroll (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | ScrollerHelper.java | 85 public int startScroll(int distance, int min, int max) { in startScroll() method in ScrollerHelper
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | Scroller.java | 317 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in Scroller 334 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in Scroller
|
D | OverScroller.java | 359 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in OverScroller 376 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in OverScroller 685 void startScroll(int start, int distance, int duration) { in startScroll() method in OverScroller.SplineOverScroller
|