Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 20 of 20) sorted by relevance

/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DChildHelper.java121 final int offset; in addView() local
142 int offset = index; in getOffset() local
202 final int offset = getOffset(index); in removeViewAt() local
228 final int offset = getOffset(index); in getChildAt() local
277 final int offset; in attachViewToParent() local
330 final int offset = getOffset(index); in detachViewFromParent() local
376 final int offset = mCallback.indexOfChild(view); in hide() local
398 final int offset = mCallback.indexOfChild(view); in unhide() local
587 View getChildAt(int offset); in getChildAt()
595 void detachViewFromParent(int offset); in detachViewFromParent()
DConcatAdapterController.java188 int offset = countItemsBefore(wrapper); in removeAdapter() local
232 final int offset = countItemsBefore(nestedAdapterWrapper); in onItemRangeChanged() local
242 final int offset = countItemsBefore(nestedAdapterWrapper); in onItemRangeChanged() local
253 final int offset = countItemsBefore(nestedAdapterWrapper); in onItemRangeInserted() local
263 int offset = countItemsBefore(nestedAdapterWrapper); in onItemRangeRemoved() local
273 int offset = countItemsBefore(nestedAdapterWrapper); in onItemRangeMoved() local
DOrientationHelper.java199 public abstract void offsetChild(View view, int offset); in offsetChild()
328 public void offsetChild(View view, int offset) { in createHorizontalHelper()
DOpReorderer.java155 int offset = 0; in swapMoveAdd() local
DLinearLayoutManager.java1099 private void updateLayoutStateToFillEnd(int itemPosition, int offset) { in updateLayoutStateToFillEnd()
1113 private void updateLayoutStateToFillStart(int itemPosition, int offset) { in updateLayoutStateToFillStart()
1186 public void scrollToPositionWithOffset(int position, int offset) { in scrollToPositionWithOffset()
DRecyclerView.java12140 void flagRemovedAndOffsetPosition(int newPosition, int offset, boolean applyToPreLayout) { in flagRemovedAndOffsetPosition()
12146 void offsetPosition(int offset, boolean applyToPreLayout) { in offsetPosition()
/recyclerview/recyclerview-benchmark/src/androidTest/java/androidx/recyclerview/benchmark/
DScrollBenchmark.kt61 fun offset() { in <lambda>() method
63 var offset = 10 in <lambda>() variable
/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DPagerSnapHelperIntegrationTest.kt95 val offset = in snapOnScrollNextView() constant
192 val offset = in runSnapOnMaxFlingNextView() constant
212 val offset = in runSnapOnFlingExactlyToNextView() constant
DChildHelperTest.java141 public View getChildAt(int offset) { in getChildAt()
165 public void detachViewFromParent(int offset) { in detachViewFromParent()
DGridLayoutManagerNoOpUpdateTest.java112 private Rect getChildBounds(RecyclerView recyclerView, View child, boolean offset) { in getChildBounds()
DLinearLayoutManagerBaseConfigSetTest.java125 final int offset = offsetMultiplier in scrollToPositionWithOffsetTest() local
DLinearLayoutManagerSavedStateTest.java374 void scrollToPositionWithOffset(final int position, final int offset) { in scrollToPositionWithOffset()
DStaggeredGridLayoutManagerSavedStateTest.java294 public void scrollToPositionWithOffset(int position, int offset) throws Throwable { in scrollToPositionWithOffset()
DAsyncListUtilLayoutTest.java157 void scrollToPositionWithOffset(final int position, final int offset) throws Throwable { in scrollToPositionWithOffset()
DBaseStaggeredGridLayoutManagerTest.java268 protected void scrollToPositionWithOffset(final int position, final int offset) in scrollToPositionWithOffset()
867 public void offsetOriginalIndices(int start, int offset) { in offsetOriginalIndices()
DStaggeredGridLayoutManagerBaseConfigSetTest.java527 final int offset = offsetMultiplier in scrollToPositionWithOffsetTest() local
DBaseWrapContentTest.java453 private Rect getChildBounds(RecyclerView recyclerView, View child, boolean offset) { in getChildBounds()
DBaseRecyclerViewInstrumentationTest.java1021 public void offsetOriginalIndices(int start, int offset) { in offsetOriginalIndices()
1032 public void offsetOriginalIndicesBetween(int start, int end, int offset) { in offsetOriginalIndicesBetween()
DBaseLinearLayoutManagerTest.java183 void scrollToPositionWithOffset(final int position, final int offset) throws Throwable { in scrollToPositionWithOffset()
/recyclerview/recyclerview/src/test/java/androidx/recyclerview/widget/
DDiffUtilTest.kt510 repeat(count) { offset -> in <lambda>() method