D | RecyclerView.java | 1944 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView 1945 smoothScrollBy(dx, dy, null); in smoothScrollBy() 1956 public void smoothScrollBy(int dx, int dy, Interpolator interpolator) { in smoothScrollBy() method in RecyclerView 1972 mViewFlinger.smoothScrollBy(dx, dy, interpolator); in smoothScrollBy() 4791 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView.ViewFlinger 4792 smoothScrollBy(dx, dy, 0, 0); in smoothScrollBy() 4795 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy() method in RecyclerView.ViewFlinger 4796 smoothScrollBy(dx, dy, computeScrollDuration(dx, dy, vx, vy)); in smoothScrollBy() 4827 public void smoothScrollBy(int dx, int dy, int duration) { in smoothScrollBy() method in RecyclerView.ViewFlinger 4828 smoothScrollBy(dx, dy, duration, sQuinticInterpolator); in smoothScrollBy() [all …]
|