Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4796 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()