Searched defs:smoothScrollBy (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/core/java/com/android/internal/widget/ |
| D | RecyclerView.java | 1948 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView 1960 public void smoothScrollBy(int dx, int dy, Interpolator interpolator) { in smoothScrollBy() method in RecyclerView 4912 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView.ViewFlinger 4916 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy() method in RecyclerView.ViewFlinger 4948 public void smoothScrollBy(int dx, int dy, int duration) { in smoothScrollBy() method in RecyclerView.ViewFlinger 4952 public void smoothScrollBy(int dx, int dy, Interpolator interpolator) { in smoothScrollBy() method in RecyclerView.ViewFlinger 4957 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 | 1349 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalScrollView
|
| D | ScrollView.java | 1383 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in ScrollView
|