Searched refs:hresult (Results 1 - 2 of 2) sorted by relevance
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
H A D | RecyclerView.java | 4897 void dispatchOnScrolled(int hresult, int vresult) { argument 4906 onScrolled(hresult, vresult); 4911 mScrollListener.onScrolled(this, hresult, vresult); 4915 mScrollListeners.get(i).onScrolled(this, hresult, vresult); 5009 int hresult = 0; 5022 hresult = mScrollStepConsumed[0]; 5024 overscrollX = dx - hresult; 5047 if (!dispatchNestedScroll(hresult, vresult, overscrollX, overscrollY, null, 5070 if (hresult != 0 || vresult != 0) { 5071 dispatchOnScrolled(hresult, vresul [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 4547 void dispatchOnScrolled(int hresult, int vresult) { argument 4556 onScrolled(hresult, vresult); 4561 mScrollListener.onScrolled(this, hresult, vresult); 4565 mScrollListeners.get(i).onScrolled(this, hresult, vresult); 4659 int hresult = 0; 4669 hresult = mLayout.scrollHorizontallyBy(dx, mRecycler, mState); 4670 overscrollX = dx - hresult; 4722 if (hresult != 0 || vresult != 0) { 4723 dispatchOnScrolled(hresult, vresult); 4733 && hresult [all...] |
Completed in 33 milliseconds