Searched defs:startScroll (Results 1 – 5 of 5) 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 | 316 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in Scroller 333 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in Scroller
|
D | OverScroller.java | 356 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in OverScroller 373 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in OverScroller 682 void startScroll(int start, int distance, int duration) { in startScroll() method in OverScroller.SplineOverScroller
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherScroller.java | 352 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in LauncherScroller 370 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in LauncherScroller
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | ScrollController.java | 782 final public void startScroll(int dx, int dy, boolean easeFling, int duration, boolean page) { in startScroll() method in ScrollController
|