Searched refs:scrollOffset (Results 1 – 2 of 2) sorted by relevance
175 var scrollOffset: Int? = null in onMoved() variable180 scrollOffset = state.firstVisibleItemScrollOffset in onMoved()190 if (scrollIndex != null && scrollOffset != null) { in onMoved()192 scope.launch { state.scrollToItem(scrollIndex, scrollOffset) } in onMoved()
1490 final float scrollOffset = ii != null ? Math.min(ii.offset, mLastOffset) : 0;1491 final int scrollPos = (int) (scrollOffset *2212 final float scrollOffset = width > 0 ? (float) startOffset / width : 0;2237 if (first || scrollOffset >= startBound) {2239 if (scrollOffset < endBound || i == mItems.size() - 1) {