OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scrollStep
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerBaseConfigSetTest.java
62
final int
scrollStep
= (mGlm.mOrientationHelper.getTotalSpace() / 20)
93
int scrolled = mGlm.scrollBy(
scrollStep
,
160
scrollAmount = mGlm.scrollBy(-
scrollStep
,
StaggeredGridLayoutManagerBaseConfigSetTest.java
169
final int
scrollStep
= (mLayoutManager.mPrimaryOrientation.getTotalSpace() / 10)
192
globalScrollPosition += mLayoutManager.scrollBy(
scrollStep
,
237
scrollAmount = mLayoutManager.scrollBy(-
scrollStep
,
[
all
...]
Completed in 33 milliseconds