Searched defs:onAnimation (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java3040 // keep a local reference so that if it is changed during onAnimation method, it won't
3092 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY);
3094 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY);
3150 // call this after the onAnimation is complete not to have inconsistent callbacks etc.
3152 smoothScroller.onAnimation(0, 0);
7640 private void onAnimation(int dx, int dy) { method in class:RecyclerView.SmoothScroller

Completed in 65 milliseconds