Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java364 float scrollOffset = yPositionInScrollView - algorithmState.scrollY + mCollapsedSize; in updatePositionsForState() local
545 StackScrollState.ViewState childViewState, float scrollOffset) { in updateStateForTopStackChild()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerTest.java176 final int scrollOffset = config.mStackFromEnd ? startOffset + startOffset / 2 in scrollToPositionWithOffsetTest() local
316 public void scrollToPositionWithPredictive(final int scrollPosition, final int scrollOffset) in scrollToPositionWithPredictive()
DStaggeredGridLayoutManagerTest.java384 public void scrollToPositionWithPredictive(final int scrollPosition, final int scrollOffset) in scrollToPositionWithPredictive()
1126 final int scrollOffset = startOffset / 2; in scrollToPositionWithOffsetTest() local