Searched refs:STATE_MOVE (Results 1 – 2 of 2) sorted by relevance
355 assertEquals(DragAndDropManager.STATE_MOVE, state); in testUpdateState_UpdatesToMove_SameRoot()356 assertStateUpdated(DragAndDropManager.STATE_MOVE); in testUpdateState_UpdatesToMove_SameRoot()478 assertEquals(DragAndDropManager.STATE_MOVE, state); in testUpdateState_UpdatesToMove_DifferentRoot_LeftCtrlPressed()479 assertStateUpdated(DragAndDropManager.STATE_MOVE); in testUpdateState_UpdatesToMove_DifferentRoot_LeftCtrlPressed()500 assertEquals(DragAndDropManager.STATE_MOVE, state); in testUpdateState_UpdatesToMove_DifferentRoot_RightCtrlPressed()501 assertStateUpdated(DragAndDropManager.STATE_MOVE); in testUpdateState_UpdatesToMove_DifferentRoot_RightCtrlPressed()525 assertEquals(DragAndDropManager.STATE_MOVE, state); in testUpdateState_UpdatesToMove_SameRoot_LeftCtrlReleased()526 assertStateUpdated(DragAndDropManager.STATE_MOVE); in testUpdateState_UpdatesToMove_SameRoot_LeftCtrlReleased()550 assertEquals(DragAndDropManager.STATE_MOVE, state); in testUpdateState_UpdatesToMove_SameRoot_RightCtrlReleased()551 assertStateUpdated(DragAndDropManager.STATE_MOVE); in testUpdateState_UpdatesToMove_SameRoot_RightCtrlReleased()
54 @IntDef({ STATE_NOT_ALLOWED, STATE_UNKNOWN, STATE_MOVE, STATE_COPY })59 int STATE_MOVE = 2; field228 if (mState == STATE_COPY || mState == STATE_MOVE) { in adjustCtrlKeyCount()349 state = STATE_MOVE; in updateState()