Searched defs:onItemsMoved (Results 1 - 4 of 4) sorted by last modified time

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java2366 public void onItemsMoved(RecyclerView recyclerView, int fromPosition, int toPosition, method in class:GridLayoutManager
2368 if (DEBUG) Log.v(getTag(), "onItemsMoved fromPosition "
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGridLayoutManager.java220 public void onItemsMoved(RecyclerView recyclerView, int from, int to, int itemCount) { method in class:GridLayoutManager
H A DRecyclerView.java823 mLayout.onItemsMoved(RecyclerView.this, op.positionStart, op.itemCount, 1);
8794 public void onItemsMoved(RecyclerView recyclerView, int from, int to, int itemCount) { method in class:RecyclerView.LayoutManager
H A DStaggeredGridLayoutManager.java1478 public void onItemsMoved(RecyclerView recyclerView, int from, int to, int itemCount) { method in class:StaggeredGridLayoutManager

Completed in 214 milliseconds