Home
last modified time | relevance | path

Searched defs:smoothScrollBy (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java1948 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/
DHorizontalScrollView.java1317 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalScrollView
DScrollView.java1342 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in ScrollView