Searched defs:dragType (Results 1 – 7 of 7) sorted by relevance
| /foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
| D | mock_drag_drop_manager.cpp | 51 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/ |
| D | mock_drag_drop_proxy.cpp | 40 …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/ |
| D | drag_drop_proxy.cpp | 119 …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()
|
| D | drag_drop_manager.cpp | 227 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/ |
| D | window_layout_policy_cascade.cpp | 740 auto dragType = node->GetDragType(); in UpdateFloatingWindowSizeForStretchableWindow() local 873 auto dragType = node->GetDragType(); in UpdateFloatingWindowSizeBySizeLimits() local
|
| D | window_node.cpp | 168 void WindowNode::SetDragType(DragType dragType) in SetDragType()
|
| /foundation/window/window_manager/utils/src/ |
| D | window_property.cpp | 301 void WindowProperty::SetDragType(DragType dragType) in SetDragType()
|