Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java1082 notifyOnScrolled(hresult, vresult); in scrollByInternal()
2229 notifyOnScrolled(0, 0); in dispatchLayout()
3130 notifyOnScrolled(hresult, vresult); in run()
3244 private void notifyOnScrolled(int hresult, int vresult) { in notifyOnScrolled() method in RecyclerView