Searched refs:MOVE (Results 1 - 16 of 16) sorted by relevance

/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
H A DGestureSelectionHelperTest.java45 private static final MotionEvent MOVE = TestEvents.builder() field in class:GestureSelectionHelperTest
101 assertTrue(mHelper.onInterceptTouchEvent(null, MOVE));
116 mHelper.onTouchEvent(null, MOVE);
119 mHelper.onTouchEvent(null, MOVE);
/frameworks/base/core/java/com/android/internal/widget/
H A DAdapterHelper.java106 case UpdateOp.MOVE:
127 // MOVE ops are pre-processed so at this point, we know that item is still in the adapter.
230 if (op.cmd == UpdateOp.ADD || op.cmd == UpdateOp.MOVE) {
332 if (postponed.cmd == UpdateOp.MOVE) {
396 if (op.cmd == UpdateOp.MOVE) {
413 if (op.cmd == UpdateOp.MOVE) {
443 case UpdateOp.MOVE:
474 if (op.cmd == UpdateOp.MOVE) {
545 mPendingUpdates.add(obtainUpdateOp(UpdateOp.MOVE, from, to, null));
546 mExistingUpdateTypes |= UpdateOp.MOVE;
637 static final int MOVE = 1 << 3; field in class:AdapterHelper.UpdateOp
[all...]
H A DOpReorderer.java20 import static com.android.internal.widget.AdapterHelper.UpdateOp.MOVE;
222 if (op1.cmd == MOVE) {
H A DRecyclerView.java833 case AdapterHelper.UpdateOp.MOVE:
1597 | AdapterHelper.UpdateOp.MOVE)) {
9109 * Note that, an item may also change position in response to another ADD/REMOVE/MOVE
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DAdapterHelper.java107 case UpdateOp.MOVE:
128 // MOVE ops are pre-processed so at this point, we know that item is still in the adapter.
231 if (op.cmd == UpdateOp.ADD || op.cmd == UpdateOp.MOVE) {
333 if (postponed.cmd == UpdateOp.MOVE) {
397 if (op.cmd == UpdateOp.MOVE) {
414 if (op.cmd == UpdateOp.MOVE) {
444 case UpdateOp.MOVE:
475 if (op.cmd == UpdateOp.MOVE) {
546 mPendingUpdates.add(obtainUpdateOp(UpdateOp.MOVE, from, to, null));
547 mExistingUpdateTypes |= UpdateOp.MOVE;
638 static final int MOVE = 1 << 3; field in class:AdapterHelper.UpdateOp
[all...]
H A DOpReorderer.java216 if (op1.cmd == AdapterHelper.UpdateOp.MOVE) {
H A DStaggeredGridLayoutManager.java1520 handleUpdate(from, to, AdapterHelper.UpdateOp.MOVE);
1537 if (cmd == AdapterHelper.UpdateOp.MOVE) {
1558 case AdapterHelper.UpdateOp.MOVE:
H A DRecyclerView.java973 case AdapterHelper.UpdateOp.MOVE:
1824 | AdapterHelper.UpdateOp.MOVE)) {
9819 * Note that, an item may also change position in response to another ADD/REMOVE/MOVE
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A Dtouch_analytics.proto35 MOVE = 2;
/frameworks/support/v7/recyclerview/src/test/java/androidx/recyclerview/widget/
H A DOpReorderTest.java20 import static androidx.recyclerview.widget.AdapterHelper.UpdateOp.MOVE;
199 orderedRandom(MOVE, REMOVE);
213 orderedRandom(MOVE, ADD);
227 orderedRandom(MOVE, UPDATE);
262 case MOVE:
295 return record(new UpdateOp(MOVE, from, to, null));
353 if (op.cmd == MOVE) {
399 case UpdateOp.MOVE:
H A DAdapterHelperTest.java360 // TODO test MOVE then remove items in between.
361 // TODO test MOVE then remove it, make sure it is not dispatched
1082 AdapterHelper.UpdateOp.MOVE, from, to, null
1133 case AdapterHelper.UpdateOp.MOVE:
H A DSortedListTest.java107 mEvents.add(new Event(TYPE.MOVE, fromPosition, toPosition));
1589 ADD, REMOVE, MOVE, CHANGE enum constant in enum:SortedListTest.TYPE
/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/base/services/net/java/android/net/apf/
H A DApfGenerator.java79 MOVE(35); // Move, e.g. "move R0,R1" enum constant in enum:ApfGenerator.ExtendedOpcodes
836 instruction.setUnsignedImm(ExtendedOpcodes.MOVE.value);
/frameworks/base/core/java/android/widget/
H A DActionMenuPresenter.java321 if (oldInfo.id == id && oldInfo.animType == ItemAnimationInfo.MOVE) {
339 ItemAnimationInfo.MOVE);
1059 static final int MOVE = 0; field in class:ActionMenuPresenter.ItemAnimationInfo
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java112 import static com.android.server.wm.AnimationSpecProto.MOVE;
4892 final long token = proto.start(MOVE);

Completed in 401 milliseconds