Searched refs:onAnimation (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 4650 // keep a local reference so that if it is changed during onAnimation method, it won't 4689 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); 4691 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); 4749 // call this after the onAnimation is complete not to have inconsistent callbacks etc. 4752 smoothScroller.onAnimation(0, 0); 10708 private void onAnimation(int dx, int dy) { method in class:RecyclerView.SmoothScroller
|
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
H A D | RecyclerView.java | 4999 // keep a local reference so that if it is changed during onAnimation method, it won't 5034 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); 5036 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); 5100 // call this after the onAnimation is complete not to have inconsistent callbacks etc. 5103 smoothScroller.onAnimation(0, 0); 11587 private void onAnimation(int dx, int dy) { method in class:RecyclerView.SmoothScroller
|
Completed in 74 milliseconds