Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/widget/
DScrollerCompat.java45 void startScroll(Object scroller, int startX, int startY, int dx, int dy); in startScroll() method
46 void startScroll(Object scroller, int startX, int startY, int dx, int dy, int duration); in startScroll() method
95 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll() method in ScrollerCompat.ScrollerCompatImplBase
100 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll() method in ScrollerCompat.ScrollerCompatImplBase
182 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll() method in ScrollerCompat.ScrollerCompatImplGingerbread
187 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll() method in ScrollerCompat.ScrollerCompatImplGingerbread
351 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in ScrollerCompat
368 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in ScrollerCompat
/frameworks/support/v4/gingerbread/android/support/v4/widget/
DScrollerCompatGingerbread.java46 public static void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll() method in ScrollerCompatGingerbread
50 public static void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll() method in ScrollerCompatGingerbread
/frameworks/base/core/java/android/widget/
DScroller.java369 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in Scroller
387 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in Scroller
DOverScroller.java358 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in OverScroller
375 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in OverScroller
681 void startScroll(int start, int distance, int duration) { in startScroll() method in OverScroller.SplineOverScroller
DAbsListView.java4424 void startScroll(int distance, int duration, boolean linear) { in startScroll() method in AbsListView.FlingRunnable