/frameworks/support/v4/java/android/support/v4/widget/ |
D | ScrollerCompat.java | 45 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 97 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll() method in ScrollerCompat.ScrollerCompatImplBase 102 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll() method in ScrollerCompat.ScrollerCompatImplBase 190 public void startScroll(Object scroller, int startX, int startY, int dx, int dy) { in startScroll() method in ScrollerCompat.ScrollerCompatImplGingerbread 195 public void startScroll(Object scroller, int startX, int startY, int dx, int dy, in startScroll() method in ScrollerCompat.ScrollerCompatImplGingerbread 361 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in ScrollerCompat 378 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/ |
D | ScrollerCompatGingerbread.java | 46 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/ |
D | Scroller.java | 368 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in Scroller 386 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in Scroller
|
D | OverScroller.java | 355 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in OverScroller 372 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in OverScroller 678 void startScroll(int start, int distance, int duration) { in startScroll() method in OverScroller.SplineOverScroller
|
D | AbsListView.java | 4651 void startScroll(int distance, int duration, boolean linear) { in startScroll() method in AbsListView.FlingRunnable
|