Home
last modified time | relevance | path

Searched refs:computeScrollDuration (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java4047 smoothScrollBy(dx, dy, computeScrollDuration(dx, dy, vx, vy)); in smoothScrollBy()
4056 private int computeScrollDuration(int dx, int dy, int vx, int vy) { in computeScrollDuration() method in RecyclerView.ViewFlinger