Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dmock_drag_drop_manager.cpp84 …opManager::OnItemDragMove(float globalX, float globalY, int32_t draggedIndex, DragType dragType) {} in OnItemDragMove()
86 …ropManager::OnItemDragEnd(float globalX, float globalY, int32_t draggedIndex, DragType dragType) {} in OnItemDragEnd()
90 void DragDropManager::FireOnItemDragEvent(const RefPtr<FrameNode>& frameNode, DragType dragType, in FireOnItemDragEvent()
94 bool DragDropManager::FireOnItemDropEvent(const RefPtr<FrameNode>& frameNode, DragType dragType, in FireOnItemDropEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A 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()
H A Ddrag_drop_manager.cpp1191 …gDropManager::OnItemDragMove(float globalX, float globalY, int32_t draggedIndex, DragType dragType) in OnItemDragMove()
1251 …agDropManager::OnItemDragEnd(float globalX, float globalY, int32_t draggedIndex, DragType dragType) in OnItemDragEnd()
1301 void DragDropManager::FireOnItemDragEvent(const RefPtr<FrameNode>& frameNode, DragType dragType, in FireOnItemDragEvent()
1339 bool DragDropManager::FireOnItemDropEvent(const RefPtr<FrameNode>& frameNode, DragType dragType, in FireOnItemDropEvent()
1355 const RefPtr<FrameNode>& frameNode, DragType dragType, float globalX, float globalY) in GetItemIndex()
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_hisysevent.cpp64 int32_t DragDFX::WriteModel(const DragType &dragType, Types... paras) in WriteModel()
H A Ddrag_drawing.cpp1736 cJSON *dragType = cJSON_GetObjectItemCaseSensitive(filterInfoParser.json, "drag_type"); in ParserFilterInfo() local
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h134 std::string dragType; member
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_cascade.cpp742 auto dragType = node->GetDragType(); in UpdateFloatingWindowSizeForStretchableWindow() local
876 auto dragType = node->GetDragType(); in UpdateFloatingWindowSizeBySizeLimits() local
H A Dwindow_node.cpp168 void WindowNode::SetDragType(DragType dragType) in SetDragType()
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp505 DragType dragType = DragType::DRAG_UNDEFINED; variable
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp306 void WindowProperty::SetDragType(DragType dragType) in SetDragType()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp753 AreaType dragType = AreaType::UNDEFINED; in HandlePointDownEvent() local