Home
last modified time | relevance | path

Searched defs:dragType (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pipeline/
Dmock_drag_drop_manager.cpp69 …opManager::OnItemDragMove(float globalX, float globalY, int32_t draggedIndex, DragType dragType) {} in OnItemDragMove()
71 …ropManager::OnItemDragEnd(float globalX, float globalY, int32_t draggedIndex, DragType dragType) {} in OnItemDragEnd()
75 void DragDropManager::FireOnItemDragEvent(const RefPtr<FrameNode>& frameNode, DragType dragType, in FireOnItemDragEvent()
79 bool DragDropManager::FireOnItemDropEvent(const RefPtr<FrameNode>& frameNode, DragType dragType, in FireOnItemDropEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
Ddrag_drop_proxy.cpp104 …id DragDropProxy::OnItemDragMove(const GestureEvent& info, int32_t draggedIndex, DragType dragType) in OnItemDragMove()
116 void DragDropProxy::OnItemDragEnd(const GestureEvent& info, int32_t draggedIndex, DragType dragType) in OnItemDragEnd()
Ddrag_drop_manager.cpp1235 …gDropManager::OnItemDragMove(float globalX, float globalY, int32_t draggedIndex, DragType dragType) in OnItemDragMove()
1292 …agDropManager::OnItemDragEnd(float globalX, float globalY, int32_t draggedIndex, DragType dragType) in OnItemDragEnd()
1342 void DragDropManager::FireOnItemDragEvent(const RefPtr<FrameNode>& frameNode, DragType dragType, in FireOnItemDragEvent()
1380 bool DragDropManager::FireOnItemDropEvent(const RefPtr<FrameNode>& frameNode, DragType dragType, in FireOnItemDropEvent()
1396 const RefPtr<FrameNode>& frameNode, DragType dragType, float globalX, float globalY) in GetItemIndex()
/foundation/window/window_manager/wmserver/src/
Dwindow_layout_policy_cascade.cpp742 auto dragType = node->GetDragType(); in UpdateFloatingWindowSizeForStretchableWindow() local
876 auto dragType = node->GetDragType(); in UpdateFloatingWindowSizeBySizeLimits() local
Dwindow_node.cpp168 void WindowNode::SetDragType(DragType dragType) in SetDragType()
/foundation/window/window_manager/utils/test/unittest/
Dwindow_property_test.cpp505 DragType dragType = DragType::DRAG_UNDEFINED; variable
/foundation/window/window_manager/utils/src/
Dwindow_property.cpp306 void WindowProperty::SetDragType(DragType dragType) in SetDragType()
/foundation/window/window_manager/wm/src/
Dwindow_scene_session_impl.cpp757 AreaType dragType = AreaType::UNDEFINED; in HandlePointDownEvent() local