Home
last modified time | relevance | path

Searched refs:MOVE (Results 1 – 12 of 12) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DAdapterHelper.java106 case UpdateOp.MOVE: in preProcess()
230 if (op.cmd == UpdateOp.ADD || op.cmd == UpdateOp.MOVE) { in dispatchAndUpdateViewHolders()
332 if (postponed.cmd == UpdateOp.MOVE) { in updatePositionWithPostponed()
396 if (op.cmd == UpdateOp.MOVE) { in updatePositionWithPostponed()
413 if (op.cmd == UpdateOp.MOVE) { in canFindInPreLayout()
443 case UpdateOp.MOVE: in postponeAndUpdateViewHolders()
474 if (op.cmd == UpdateOp.MOVE) { in findPositionOffset()
545 mPendingUpdates.add(obtainUpdateOp(UpdateOp.MOVE, from, to, null)); in onItemRangeMoved()
546 mExistingUpdateTypes |= UpdateOp.MOVE; in onItemRangeMoved()
573 case UpdateOp.MOVE: in consumeUpdatesInOnePass()
[all …]
DOpReorderer.java20 import static android.support.v7.widget.AdapterHelper.UpdateOp.MOVE;
222 if (op1.cmd == MOVE) { in getLastMoveOutOfOrder()
DStaggeredGridLayoutManager.java1481 handleUpdate(from, to, AdapterHelper.UpdateOp.MOVE);
1498 if (cmd == AdapterHelper.UpdateOp.MOVE) {
1519 case AdapterHelper.UpdateOp.MOVE:
DRecyclerView.java919 case AdapterHelper.UpdateOp.MOVE: in initAdapterManager()
1698 | AdapterHelper.UpdateOp.MOVE)) { in consumePendingUpdateOperations()
/frameworks/base/core/java/com/android/internal/widget/
DAdapterHelper.java106 case UpdateOp.MOVE: in preProcess()
230 if (op.cmd == UpdateOp.ADD || op.cmd == UpdateOp.MOVE) { in dispatchAndUpdateViewHolders()
332 if (postponed.cmd == UpdateOp.MOVE) { in updatePositionWithPostponed()
396 if (op.cmd == UpdateOp.MOVE) { in updatePositionWithPostponed()
413 if (op.cmd == UpdateOp.MOVE) { in canFindInPreLayout()
443 case UpdateOp.MOVE: in postponeAndUpdateViewHolders()
474 if (op.cmd == UpdateOp.MOVE) { in findPositionOffset()
545 mPendingUpdates.add(obtainUpdateOp(UpdateOp.MOVE, from, to, null)); in onItemRangeMoved()
546 mExistingUpdateTypes |= UpdateOp.MOVE; in onItemRangeMoved()
573 case UpdateOp.MOVE: in consumeUpdatesInOnePass()
[all …]
DOpReorderer.java20 import static com.android.internal.widget.AdapterHelper.UpdateOp.MOVE;
222 if (op1.cmd == MOVE) { in getLastMoveOutOfOrder()
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
DOpReorderTest.java20 import static android.support.v7.widget.AdapterHelper.UpdateOp.MOVE;
198 orderedRandom(MOVE, REMOVE); in testRandomMoveRemove()
212 orderedRandom(MOVE, ADD); in testRandomMoveAdd()
226 orderedRandom(MOVE, UPDATE); in testRandomMoveUpdate()
261 case MOVE: in randOp()
294 return record(new UpdateOp(MOVE, from, to, null)); in mv()
352 if (op.cmd == MOVE) { in assertAllMovesAtTheEnd()
398 case UpdateOp.MOVE: in apply()
DAdapterHelperTest.java1079 AdapterHelper.UpdateOp.MOVE, from, to, null in move()
1132 case AdapterHelper.UpdateOp.MOVE: in applyOps()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DObservableArrayListTest.java34 private static final int MOVE = 3; field in ObservableArrayListTest
60 mNotifications.add(new ListChange(MOVE, from, to, count));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto35 MOVE = 2; enumerator
/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java77 MOVE(35); // Move, e.g. "move R0,R1" enumConstant
816 instruction.setUnsignedImm(ExtendedOpcodes.MOVE.value); in addMove()
/frameworks/base/core/java/android/widget/
DActionMenuPresenter.java321 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.MOVE) { in runItemAnimations()
339 ItemAnimationInfo.MOVE); in runItemAnimations()
1059 static final int MOVE = 0; field in ActionMenuPresenter.ItemAnimationInfo