Searched defs:MOVE (Results 1 - 3 of 3) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DObservableArrayListTest.java34 private static final int MOVE = 3; field in class:ObservableArrayListTest
60 mNotifications.add(new ListChange(MOVE, from, to, count));
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DAdapterHelper.java105 case UpdateOp.MOVE:
125 // MOVE ops are pre-processed so at this point, we know that item is still in the adapter.
228 if (op.cmd == UpdateOp.ADD || op.cmd == UpdateOp.MOVE) {
330 if (postponed.cmd == UpdateOp.MOVE) {
394 if (op.cmd == UpdateOp.MOVE) {
411 if (op.cmd == UpdateOp.MOVE) {
441 case UpdateOp.MOVE:
468 if (op.cmd == UpdateOp.MOVE) {
527 mPendingUpdates.add(obtainUpdateOp(UpdateOp.MOVE, from, to, null));
554 case UpdateOp.MOVE
613 static final int MOVE = 3; field in class:AdapterHelper.UpdateOp
[all...]
/frameworks/base/core/java/android/widget/
H A DActionMenuPresenter.java322 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.MOVE) {
340 ItemAnimationInfo.MOVE);
1047 static final int MOVE = 0; field in class:ActionMenuPresenter.ItemAnimationInfo

Completed in 120 milliseconds