Searched refs:hresult (Results 1 – 1 of 1) sorted by relevance
4548 void dispatchOnScrolled(int hresult, int vresult) { in dispatchOnScrolled() argument4557 onScrolled(hresult, vresult); in dispatchOnScrolled()4562 mScrollListener.onScrolled(this, hresult, vresult); in dispatchOnScrolled()4566 mScrollListeners.get(i).onScrolled(this, hresult, vresult); in dispatchOnScrolled()4660 int hresult = 0; in run() local4670 hresult = mLayout.scrollHorizontallyBy(dx, mRecycler, mState); in run()4671 overscrollX = dx - hresult; in run()4723 if (hresult != 0 || vresult != 0) { in run()4724 dispatchOnScrolled(hresult, vresult); in run()4734 && hresult == dx; in run()