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.java4233 void dispatchOnScrolled(int hresult, int vresult) { in dispatchOnScrolled() argument
4241 onScrolled(hresult, vresult); in dispatchOnScrolled()
4246 mScrollListener.onScrolled(this, hresult, vresult); in dispatchOnScrolled()
4250 mScrollListeners.get(i).onScrolled(this, hresult, vresult); in dispatchOnScrolled()
4343 int hresult = 0; in run() local
4353 hresult = mLayout.scrollHorizontallyBy(dx, mRecycler, mState); in run()
4354 overscrollX = dx - hresult; in run()
4408 if (hresult != 0 || vresult != 0) { in run()
4409 dispatchOnScrolled(hresult, vresult); in run()
4419 && hresult == dx; in run()