Home
last modified time | relevance | path

Searched refs:hresult (Results 1 – 1 of 1) sorted by relevance

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