Searched defs:from (Results 1 – 10 of 10) sorted by relevance
| /recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
| D | ItemTouchHelperTest.java | 431 RecyclerView.ViewHolder from, to; field in ItemTouchHelperTest.MoveRecord 433 MoveRecord(RecyclerView.ViewHolder from, RecyclerView.ViewHolder to) { in MoveRecord()
|
| D | BaseRecyclerViewInstrumentationTest.java | 1135 public void moveItem(final int from, final int to, final boolean notifyChange) in moveItem() 1151 public void moveAndNotify(final int from, final int to) throws Throwable { in moveAndNotify() 1173 protected void moveInUIThread(int from, int to) { in moveInUIThread()
|
| D | StaggeredGridLayoutManagerTest.java | 1274 private int[] copyOfRange(int[] original, int from, int to) { in copyOfRange()
|
| D | BaseStaggeredGridLayoutManagerTest.java | 885 protected void moveInUIThread(int from, int to) { in moveInUIThread()
|
| /recyclerview/recyclerview/src/test/java/androidx/recyclerview/widget/ |
| D | AdapterHelperTest.java | 887 int from = nextInt(random, mTestAdapter.mItems.size()); in randomTest() local 1015 private void mv(int from, int to) { in mv() 1077 public void move(int from, int to) { in move()
|
| D | OpReorderTest.java | 262 int from = nextInt(random, updatedItemCount); in randOp() local 292 UpdateOp mv(int from, int to) { in mv()
|
| /recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/ |
| D | AdapterHelper.java | 539 boolean onItemRangeMoved(int from, int to, int itemCount) { in onItemRangeMoved() 774 void offsetPositionsForMove(int from, int to); in offsetPositionsForMove()
|
| D | SortedList.java | 397 private int findSameItem(T item, T[] items, int from, int to) { in findSameItem()
|
| D | GridLayoutManager.java | 903 public void onItemsMoved(RecyclerView recyclerView, int from, int to, int itemCount) { in onItemsMoved()
|
| D | RecyclerView.java | 5251 void offsetPositionRecordsForMove(int from, int to) { in offsetPositionRecordsForMove() 7597 void offsetPositionRecordsForMove(int from, int to) { in offsetPositionRecordsForMove() 11110 public void onItemsMoved(@NonNull RecyclerView recyclerView, int from, int to, in onItemsMoved()
|