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.java108 case UpdateOp.MOVE: in preProcess()
232 if (op.cmd == UpdateOp.ADD || op.cmd == UpdateOp.MOVE) { in dispatchAndUpdateViewHolders()
334 if (postponed.cmd == UpdateOp.MOVE) { in updatePositionWithPostponed()
398 if (op.cmd == UpdateOp.MOVE) { in updatePositionWithPostponed()
415 if (op.cmd == UpdateOp.MOVE) { in canFindInPreLayout()
445 case UpdateOp.MOVE: in postponeAndUpdateViewHolders()
476 if (op.cmd == UpdateOp.MOVE) { in findPositionOffset()
547 mPendingUpdates.add(obtainUpdateOp(UpdateOp.MOVE, from, to, null)); in onItemRangeMoved()
548 mExistingUpdateTypes |= UpdateOp.MOVE; in onItemRangeMoved()
575 case UpdateOp.MOVE: in consumeUpdatesInOnePass()
[all …]
DOpReorderer.java23 import static android.support.v7.widget.AdapterHelper.UpdateOp.MOVE;
221 if (op1.cmd == MOVE) { in getLastMoveOutOfOrder()
DStaggeredGridLayoutManager.java1466 handleUpdate(from, to, AdapterHelper.UpdateOp.MOVE);
1483 if (cmd == AdapterHelper.UpdateOp.MOVE) {
1504 case AdapterHelper.UpdateOp.MOVE:
DRecyclerView.java784 case UpdateOp.MOVE: in initAdapterManager()
1489 .hasAnyUpdateTypes(UpdateOp.ADD | UpdateOp.REMOVE | UpdateOp.MOVE)) { in consumePendingUpdateOperations()
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
DOpReorderTest.java35 import static android.support.v7.widget.AdapterHelper.UpdateOp.MOVE;
196 orderedRandom(MOVE, REMOVE); in testRandomMoveRemove()
210 orderedRandom(MOVE, ADD); in testRandomMoveAdd()
224 orderedRandom(MOVE, UPDATE); in testRandomMoveUpdate()
259 case MOVE: in randOp()
292 return record(new UpdateOp(MOVE, from, to, null)); in mv()
350 if (op.cmd == MOVE) { in assertAllMovesAtTheEnd()
396 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.java320 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.MOVE) { in runItemAnimations()
338 ItemAnimationInfo.MOVE); in runItemAnimations()
1058 static final int MOVE = 0; field in ActionMenuPresenter.ItemAnimationInfo
/frameworks/base/docs/html/training/gestures/
Ddetector.jd110 Log.d(DEBUG_TAG,"Action was MOVE");
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd1135 …t parameter and prefix naming convention to keep things easy to read. The MOVE command is also use…