Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java3945 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); in run()
3947 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); in run()
4004 smoothScroller.onAnimation(0, 0); in run()
8970 private void onAnimation(int dx, int dy) { in onAnimation() method in RecyclerView.SmoothScroller