Home
last modified time | relevance | path

Searched defs:startScroll (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DScrollerHelper.java85 public int startScroll(int distance, int min, int max) { in startScroll() method in ScrollerHelper
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DScroller.java316 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
DOverScroller.java356 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/
DLauncherScroller.java352 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/
DScrollController.java782 final public void startScroll(int dx, int dy, boolean easeFling, int duration, boolean page) { in startScroll() method in ScrollController