Searched defs:toPos (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
H A DItemTouchHelperTest.java250 final int fromPos, toPos; field in class:ItemTouchHelperTest.MoveRecord
258 toPos = to.getAdapterPosition();
/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java1881 * @param toPos The new adapter position of the dragged item.
1890 final ViewHolder viewHolder, int fromPos, final ViewHolder target, int toPos, int x,
1903 recyclerView.scrollToPosition(toPos);
1907 recyclerView.scrollToPosition(toPos);
1914 recyclerView.scrollToPosition(toPos);
1918 recyclerView.scrollToPosition(toPos);
2147 * final int toPos = target.getAdapterPosition();
2148 * // move item in `fromPos` to `toPos` in adapter.
1889 onMoved(final RecyclerView recyclerView, final ViewHolder viewHolder, int fromPos, final ViewHolder target, int toPos, int x, int y) argument
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java1887 * @param toPos The new adapter position of the dragged item.
1896 final ViewHolder viewHolder, int fromPos, final ViewHolder target, int toPos, int x,
1909 recyclerView.scrollToPosition(toPos);
1913 recyclerView.scrollToPosition(toPos);
1920 recyclerView.scrollToPosition(toPos);
1924 recyclerView.scrollToPosition(toPos);
2153 * final int toPos = target.getAdapterPosition();
2154 * // move item in `fromPos` to `toPos` in adapter.
1895 onMoved(final RecyclerView recyclerView, final ViewHolder viewHolder, int fromPos, final ViewHolder target, int toPos, int x, int y) argument

Completed in 42 milliseconds