Searched defs:smoothScrollBy (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 1944 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView 1956 public void smoothScrollBy(int dx, int dy, Interpolator interpolator) { in smoothScrollBy() method in RecyclerView 4791 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView.ViewFlinger 4795 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy() method in RecyclerView.ViewFlinger 4827 public void smoothScrollBy(int dx, int dy, int duration) { in smoothScrollBy() method in RecyclerView.ViewFlinger 4831 public void smoothScrollBy(int dx, int dy, Interpolator interpolator) { in smoothScrollBy() method in RecyclerView.ViewFlinger 4836 public void smoothScrollBy(int dx, int dy, int duration, Interpolator interpolator) { in smoothScrollBy() method in RecyclerView.ViewFlinger
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 1293 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalScrollView
|
D | ScrollView.java | 1315 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in ScrollView
|