Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DGridLayoutManagerTest.java859 final int scrollStep = (mGlm.mOrientationHelper.getTotalSpace() / 20) in scrollBackAndPreservePositionsTest() local
890 int scrolled = mGlm.scrollBy(scrollStep, in scrollBackAndPreservePositionsTest()
957 scrollAmount = mGlm.scrollBy(-scrollStep, in scrollBackAndPreservePositionsTest()
DStaggeredGridLayoutManagerTest.java335 final int scrollStep = (mLayoutManager.mPrimaryOrientation.getTotalSpace() / 10) in scrollBackAndPreservePositionsTest() local
358 globalScrollPosition += mLayoutManager.scrollBy(scrollStep, in scrollBackAndPreservePositionsTest()
403 scrollAmount = mLayoutManager.scrollBy(-scrollStep, in scrollBackAndPreservePositionsTest()