Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/pipeline/
Dmock_drag_drop_manager.cpp51 float globalX, float globalY, DragType dragType, bool findDrop) in FindDragFrameNodeByPosition()
80 …opManager::OnItemDragMove(float globalX, float globalY, int32_t draggedIndex, DragType dragType) {} in OnItemDragMove()
82 …ropManager::OnItemDragEnd(float globalX, float globalY, int32_t draggedIndex, DragType dragType) {} in OnItemDragEnd()
86 void DragDropManager::FireOnItemDragEvent(const RefPtr<FrameNode>& frameNode, DragType dragType, in FireOnItemDragEvent()
90 bool DragDropManager::FireOnItemDropEvent(const RefPtr<FrameNode>& frameNode, DragType dragType, in FireOnItemDropEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/manager/drag_drop/
Dmock_drag_drop_proxy.cpp40 …DragDropProxy::OnItemDragMove(const GestureEvent& info, int32_t draggedIndex, DragType dragType) {} in OnItemDragMove()
42 void DragDropProxy::OnItemDragEnd(const GestureEvent& info, int32_t draggedIndex, DragType dragType in OnItemDragEnd()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
Ddrag_drop_proxy.cpp119 …id DragDropProxy::OnItemDragMove(const GestureEvent& info, int32_t draggedIndex, DragType dragType) in OnItemDragMove()
131 void DragDropProxy::OnItemDragEnd(const GestureEvent& info, int32_t draggedIndex, DragType dragType) in OnItemDragEnd()
Ddrag_drop_manager.cpp227 float globalX, float globalY, DragType dragType, bool findDrop) in FindDragFrameNodeByPosition()
593 …gDropManager::OnItemDragMove(float globalX, float globalY, int32_t draggedIndex, DragType dragType) in OnItemDragMove()
636 …agDropManager::OnItemDragEnd(float globalX, float globalY, int32_t draggedIndex, DragType dragType) in OnItemDragEnd()
683 void DragDropManager::FireOnItemDragEvent(const RefPtr<FrameNode>& frameNode, DragType dragType, in FireOnItemDragEvent()
721 bool DragDropManager::FireOnItemDropEvent(const RefPtr<FrameNode>& frameNode, DragType dragType, in FireOnItemDropEvent()
737 const RefPtr<FrameNode>& frameNode, DragType dragType, float globalX, float globalY) in GetItemIndex()
/foundation/window/window_manager/wmserver/src/
Dwindow_layout_policy_cascade.cpp740 auto dragType = node->GetDragType(); in UpdateFloatingWindowSizeForStretchableWindow() local
873 auto dragType = node->GetDragType(); in UpdateFloatingWindowSizeBySizeLimits() local
Dwindow_node.cpp168 void WindowNode::SetDragType(DragType dragType) in SetDragType()
/foundation/window/window_manager/utils/src/
Dwindow_property.cpp301 void WindowProperty::SetDragType(DragType dragType) in SetDragType()