Searched refs:dragDropState_ (Results 1 – 4 of 4) sorted by relevance
256 return dragDropState_ == DragDropMgrState::DRAGGING; in IsDragging()261 return dragDropState_ == DragDropMgrState::DRAGGING && draggedGridFrameNode_ != nullptr; in IsItemDragging()266 return dragDropState_ == DragDropMgrState::ABOUT_TO_PREVIEW; in IsAboutToPreview()271 dragDropState_ = dragDropMgrState;568 DragDropMgrState dragDropState_ = DragDropMgrState::IDLE; variable
526 dragDropState_ = DragDropMgrState::DRAGGING; in OnDragStart()537 dragDropState_ = DragDropMgrState::DRAGGING; in OnDragStart()745 dragDropState_ = DragDropMgrState::IDLE; in DoDragReset()1080 dragDropState_ = DragDropMgrState::IDLE; in OnTextDragEnd()1186 dragDropState_ = DragDropMgrState::DRAGGING; in OnItemDragStart()1253 dragDropState_ = DragDropMgrState::IDLE; in OnItemDragEnd()1296 dragDropState_ = DragDropMgrState::IDLE; in onItemDragCancel()
933 dragDropManager->dragDropState_ = DragDropMgrState::DRAGGING;935 dragDropManager->dragDropState_ = DragDropMgrState::ABOUT_TO_PREVIEW;937 dragDropManager->dragDropState_ = DragDropMgrState::IDLE;
1064 EXPECT_EQ(dragDropManager->dragDropState_, DragDropMgrState::DRAGGING);1072 EXPECT_EQ(dragDropManager->dragDropState_, DragDropMgrState::DRAGGING);