Searched refs:hresult (Results 1 – 1 of 1) sorted by relevance
4669 void dispatchOnScrolled(int hresult, int vresult) { in dispatchOnScrolled() argument4678 onScrolled(hresult, vresult); in dispatchOnScrolled()4683 mScrollListener.onScrolled(this, hresult, vresult); in dispatchOnScrolled()4687 mScrollListeners.get(i).onScrolled(this, hresult, vresult); in dispatchOnScrolled()4781 int hresult = 0; in run() local4791 hresult = mLayout.scrollHorizontallyBy(dx, mRecycler, mState); in run()4792 overscrollX = dx - hresult; in run()4844 if (hresult != 0 || vresult != 0) { in run()4845 dispatchOnScrolled(hresult, vresult); in run()4855 && hresult == dx; in run()