Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 4 of 4) sorted by relevance

/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DAdapterHelper.java329 private int updatePositionWithPostponed(int pos, int cmd) { in updatePositionWithPostponed()
642 int cmd; field in AdapterHelper.UpdateOp
651 UpdateOp(int cmd, int positionStart, int itemCount, Object payload) { in UpdateOp()
726 public UpdateOp obtainUpdateOp(int cmd, int positionStart, int itemCount, Object payload) { in obtainUpdateOp()
DOpReorderer.java229 … AdapterHelper.UpdateOp obtainUpdateOp(int cmd, int startPosition, int itemCount, Object payload); in obtainUpdateOp()
/recyclerview/recyclerview/src/test/java/androidx/recyclerview/widget/
DAdapterHelperTest.java982 private AdapterHelper.UpdateOp op(int cmd, int start, int count) { in op()
986 private AdapterHelper.UpdateOp op(int cmd, int start, int count, Object payload) { in op()
DOpReorderTest.java247 void randOp(int cmd) { in randOp()