Searched defs:dragType (Results 1 – 8 of 8) sorted by relevance
| /foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
| D | mock_drag_drop_manager.cpp | 69 …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/ |
| D | drag_drop_proxy.cpp | 104 …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()
|
| D | drag_drop_manager.cpp | 1235 …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/ |
| D | window_layout_policy_cascade.cpp | 742 auto dragType = node->GetDragType(); in UpdateFloatingWindowSizeForStretchableWindow() local 876 auto dragType = node->GetDragType(); in UpdateFloatingWindowSizeBySizeLimits() local
|
| D | window_node.cpp | 168 void WindowNode::SetDragType(DragType dragType) in SetDragType()
|
| /foundation/window/window_manager/utils/test/unittest/ |
| D | window_property_test.cpp | 505 DragType dragType = DragType::DRAG_UNDEFINED; variable
|
| /foundation/window/window_manager/utils/src/ |
| D | window_property.cpp | 306 void WindowProperty::SetDragType(DragType dragType) in SetDragType()
|
| /foundation/window/window_manager/wm/src/ |
| D | window_scene_session_impl.cpp | 757 AreaType dragType = AreaType::UNDEFINED; in HandlePointDownEvent() local
|