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.java1944 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/
DHorizontalScrollView.java1293 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalScrollView
DScrollView.java1315 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in ScrollView