Searched defs:hresult (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1037 int hresult = 0, vresult = 0;
1043 hresult = mLayout.scrollHorizontallyBy(x, mRecycler, mState);
1044 overscrollX = x - hresult;
1081 if (hresult != 0 || vresult != 0) {
1082 notifyOnScrolled(hresult, vresult);
1087 return hresult != 0 || vresult != 0;
3049 int hresult = 0;
3058 hresult = mLayout.scrollHorizontallyBy(dx, mRecycler, mState);
3059 overscrollX = dx - hresult;
3129 if (hresult !
3244 notifyOnScrolled(int hresult, int vresult) argument
[all...]

Completed in 113 milliseconds