Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4690 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); in run()
4692 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); in run()
4753 smoothScroller.onAnimation(0, 0); in run()
10710 private void onAnimation(int dx, int dy) { in onAnimation() method in RecyclerView.SmoothScroller