Home
last modified time | relevance | path

Searched defs:scrollOffset (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerTest.java445 final int scrollOffset = config.mStackFromEnd ? startOffset + startOffset / 2 in scrollToPositionWithOffsetTest() local
585 public void scrollToPositionWithPredictive(final int scrollPosition, final int scrollOffset) in scrollToPositionWithPredictive()
DStaggeredGridLayoutManagerTest.java425 public void scrollToPositionWithPredictive(final int scrollPosition, final int scrollOffset) in scrollToPositionWithPredictive()
1296 final int scrollOffset = startOffset / 2; in scrollToPositionWithOffsetTest() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java427 float scrollOffset = yPositionInScrollView - algorithmState.scrollY + mCollapsedSize; in updatePositionsForState() local
664 StackViewState childViewState, float scrollOffset) { in updateStateForTopStackChild()