Home
last modified time | relevance | path

Searched refs:recycleUpdateOp (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DAdapterHelper.java178 recycleUpdateOp(op); in applyRemove()
218 recycleUpdateOp(op); in applyUpdate()
287 recycleUpdateOp(tmp); in dispatchAndUpdateViewHolders()
296 recycleUpdateOp(op); in dispatchAndUpdateViewHolders()
303 recycleUpdateOp(tmp); in dispatchAndUpdateViewHolders()
401 recycleUpdateOp(op); in updatePositionWithPostponed()
405 recycleUpdateOp(op); in updatePositionWithPostponed()
741 public void recycleUpdateOp(UpdateOp op) { in recycleUpdateOp() method in AdapterHelper
751 recycleUpdateOp(ops.get(i)); in recycleUpdateOpsAndClearList()
DOpReorderer.java91 mCallback.recycleUpdateOp(removeOp); in swapMoveRemove()
111 mCallback.recycleUpdateOp(moveOp); in swapMoveRemove()
207 mCallback.recycleUpdateOp(updateOp); in swapMoveUpdate()
236 void recycleUpdateOp(UpdateOp op); in recycleUpdateOp() method
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
DOpReorderTest.java59 public void recycleUpdateOp(UpdateOp op) {