Searched refs:hresult (Results 1 – 1 of 1) sorted by relevance
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 4702 void dispatchOnScrolled(int hresult, int vresult) { in dispatchOnScrolled() argument 4711 onScrolled(hresult, vresult); in dispatchOnScrolled() 4716 mScrollListener.onScrolled(this, hresult, vresult); in dispatchOnScrolled() 4720 mScrollListeners.get(i).onScrolled(this, hresult, vresult); in dispatchOnScrolled() 4815 int hresult = 0; in run() local 4832 hresult = mLayout.scrollHorizontallyBy(dx, mRecycler, mState); in run() 4833 overscrollX = dx - hresult; in run() 4865 if (!dispatchNestedScroll(hresult, vresult, overscrollX, overscrollY, null, in run() 4888 if (hresult != 0 || vresult != 0) { in run() 4889 dispatchOnScrolled(hresult, vresult); in run() [all …]
|