Searched refs:hresult (Results 1 – 1 of 1) sorted by relevance
1037 int hresult = 0, vresult = 0; in scrollByInternal() local1043 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() local3058 hresult = mLayout.scrollHorizontallyBy(dx, mRecycler, mState); in run()3059 overscrollX = dx - hresult; in run()3129 if (hresult != 0 || vresult != 0) { in run()[all …]