Home
last modified time | relevance | path

Searched defs:from (Results 1 – 10 of 10) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DItemTouchHelperTest.java431 RecyclerView.ViewHolder from, to; field in ItemTouchHelperTest.MoveRecord
433 MoveRecord(RecyclerView.ViewHolder from, RecyclerView.ViewHolder to) { in MoveRecord()
DBaseRecyclerViewInstrumentationTest.java1135 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()
DStaggeredGridLayoutManagerTest.java1274 private int[] copyOfRange(int[] original, int from, int to) { in copyOfRange()
DBaseStaggeredGridLayoutManagerTest.java885 protected void moveInUIThread(int from, int to) { in moveInUIThread()
/recyclerview/recyclerview/src/test/java/androidx/recyclerview/widget/
DAdapterHelperTest.java887 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()
DOpReorderTest.java262 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/
DAdapterHelper.java539 boolean onItemRangeMoved(int from, int to, int itemCount) { in onItemRangeMoved()
774 void offsetPositionsForMove(int from, int to); in offsetPositionsForMove()
DSortedList.java397 private int findSameItem(T item, T[] items, int from, int to) { in findSameItem()
DGridLayoutManager.java903 public void onItemsMoved(RecyclerView recyclerView, int from, int to, int itemCount) { in onItemsMoved()
DRecyclerView.java5251 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()