| /recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/ |
| D | ChildHelper.java | 121 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()
|
| D | ConcatAdapterController.java | 188 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
|
| D | OrientationHelper.java | 199 public abstract void offsetChild(View view, int offset); in offsetChild() 328 public void offsetChild(View view, int offset) { in createHorizontalHelper()
|
| D | OpReorderer.java | 155 int offset = 0; in swapMoveAdd() local
|
| D | LinearLayoutManager.java | 1099 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()
|
| D | RecyclerView.java | 12140 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/ |
| D | ScrollBenchmark.kt | 61 fun offset() { in <lambda>() method 63 var offset = 10 in <lambda>() variable
|
| /recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
| D | PagerSnapHelperIntegrationTest.kt | 95 val offset = in snapOnScrollNextView() constant 192 val offset = in runSnapOnMaxFlingNextView() constant 212 val offset = in runSnapOnFlingExactlyToNextView() constant
|
| D | ChildHelperTest.java | 141 public View getChildAt(int offset) { in getChildAt() 165 public void detachViewFromParent(int offset) { in detachViewFromParent()
|
| D | GridLayoutManagerNoOpUpdateTest.java | 112 private Rect getChildBounds(RecyclerView recyclerView, View child, boolean offset) { in getChildBounds()
|
| D | LinearLayoutManagerBaseConfigSetTest.java | 125 final int offset = offsetMultiplier in scrollToPositionWithOffsetTest() local
|
| D | LinearLayoutManagerSavedStateTest.java | 374 void scrollToPositionWithOffset(final int position, final int offset) { in scrollToPositionWithOffset()
|
| D | StaggeredGridLayoutManagerSavedStateTest.java | 294 public void scrollToPositionWithOffset(int position, int offset) throws Throwable { in scrollToPositionWithOffset()
|
| D | AsyncListUtilLayoutTest.java | 157 void scrollToPositionWithOffset(final int position, final int offset) throws Throwable { in scrollToPositionWithOffset()
|
| D | BaseStaggeredGridLayoutManagerTest.java | 268 protected void scrollToPositionWithOffset(final int position, final int offset) in scrollToPositionWithOffset() 867 public void offsetOriginalIndices(int start, int offset) { in offsetOriginalIndices()
|
| D | StaggeredGridLayoutManagerBaseConfigSetTest.java | 527 final int offset = offsetMultiplier in scrollToPositionWithOffsetTest() local
|
| D | BaseWrapContentTest.java | 453 private Rect getChildBounds(RecyclerView recyclerView, View child, boolean offset) { in getChildBounds()
|
| D | BaseRecyclerViewInstrumentationTest.java | 1021 public void offsetOriginalIndices(int start, int offset) { in offsetOriginalIndices() 1032 public void offsetOriginalIndicesBetween(int start, int end, int offset) { in offsetOriginalIndicesBetween()
|
| D | BaseLinearLayoutManagerTest.java | 183 void scrollToPositionWithOffset(final int position, final int offset) throws Throwable { in scrollToPositionWithOffset()
|
| /recyclerview/recyclerview/src/test/java/androidx/recyclerview/widget/ |
| D | DiffUtilTest.kt | 510 repeat(count) { offset -> in <lambda>() method
|