Searched refs:hresult (Results 1 – 1 of 1) sorted by relevance
4233 void dispatchOnScrolled(int hresult, int vresult) { in dispatchOnScrolled() argument4241 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() local4353 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()