Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/widget/
DScrollerCompat.java162 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in ScrollerCompat
182 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in ScrollerCompat
/frameworks/base/core/java/android/widget/
DScroller.java368 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
DOverScroller.java357 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in OverScroller
374 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in OverScroller
680 void startScroll(int start, int distance, int duration) { in startScroll() method in OverScroller.SplineOverScroller
DAbsListView.java4687 void startScroll(int distance, int duration, boolean linear, in startScroll() method in AbsListView.FlingRunnable