Searched refs:onAnimation (Results 1 – 1 of 1) sorted by relevance
4373 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); in run()4375 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); in run()4432 smoothScroller.onAnimation(0, 0); in run()10058 private void onAnimation(int dx, int dy) { in onAnimation() method in RecyclerView.SmoothScroller