Home
last modified time | relevance | path

Searched refs:dragDropState_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h256 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
H A Ddrag_drop_manager.cpp526 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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_model_test_ng.cpp933 dragDropManager->dragDropState_ = DragDropMgrState::DRAGGING;
935 dragDropManager->dragDropState_ = DragDropMgrState::ABOUT_TO_PREVIEW;
937 dragDropManager->dragDropState_ = DragDropMgrState::IDLE;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng.cpp1064 EXPECT_EQ(dragDropManager->dragDropState_, DragDropMgrState::DRAGGING);
1072 EXPECT_EQ(dragDropManager->dragDropState_, DragDropMgrState::DRAGGING);