HomeSort by relevance Sort by last modified time
    Searched refs:STATE_MOVE (Results 1 - 2 of 2) sorted by null

  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DragAndDropManagerTests.java 354 assertEquals(DragAndDropManager.STATE_MOVE, state);
355 assertStateUpdated(DragAndDropManager.STATE_MOVE);
439 assertEquals(DragAndDropManager.STATE_MOVE, state);
440 assertStateUpdated(DragAndDropManager.STATE_MOVE);
461 assertEquals(DragAndDropManager.STATE_MOVE, state);
462 assertStateUpdated(DragAndDropManager.STATE_MOVE);
486 assertEquals(DragAndDropManager.STATE_MOVE, state);
487 assertStateUpdated(DragAndDropManager.STATE_MOVE);
511 assertEquals(DragAndDropManager.STATE_MOVE, state);
512 assertStateUpdated(DragAndDropManager.STATE_MOVE);
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
DragAndDropManager.java 52 @IntDef({ STATE_NOT_ALLOWED, STATE_UNKNOWN, STATE_MOVE, STATE_COPY })
57 int STATE_MOVE = 2;
219 if (mState == STATE_COPY || mState == STATE_MOVE) {
339 state = STATE_MOVE;

Completed in 54 milliseconds