Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java3792 void dispatchOnScrolled(int hresult, int vresult) { in dispatchOnScrolled() argument
3800 onScrolled(hresult, vresult); in dispatchOnScrolled()
3805 mScrollListener.onScrolled(this, hresult, vresult); in dispatchOnScrolled()
3809 mScrollListeners.get(i).onScrolled(this, hresult, vresult); in dispatchOnScrolled()
3898 int hresult = 0; in run() local
3908 hresult = mLayout.scrollHorizontallyBy(dx, mRecycler, mState); in run()
3909 overscrollX = dx - hresult; in run()
3980 if (hresult != 0 || vresult != 0) { in run()
3981 dispatchOnScrolled(hresult, vresult); in run()
3991 && hresult == dx; in run()