Home
last modified time | relevance | path

Searched defs:startScroll (Results 1 – 6 of 6) 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/Launcher3/src/com/android/launcher3/util/
DOverScroller.java251 public void startScroll(int start, int delta) { in startScroll() method in OverScroller
264 public void startScroll(int start, int delta, int duration) { in startScroll() method in OverScroller
551 void startScroll(int start, int distance, int duration) { in startScroll() method in OverScroller.SplineOverScroller
555 void startScroll(int start, int distance, int duration, float velocity) { in startScroll() method in OverScroller.SplineOverScroller
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskViewUtils.java143 int startScroll = recentsView.getScrollOffset(taskIndex); in createRecentsWindowAnimator() local
/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/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