Searched refs:computeScrollDuration (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 4796 smoothScrollBy(dx, dy, computeScrollDuration(dx, dy, vx, vy)); in smoothScrollBy() 4805 private int computeScrollDuration(int dx, int dy, int vx, int vy) { in computeScrollDuration() method in RecyclerView.ViewFlinger 4832 smoothScrollBy(dx, dy, computeScrollDuration(dx, dy, 0, 0), in smoothScrollBy()
|