Searched defs:dragType (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | mock_drag_drop_manager.cpp | 84 …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 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()
|
H A D | drag_drop_manager.cpp | 1191 …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 D | drag_hisysevent.cpp | 64 int32_t DragDFX::WriteModel(const DragType &dragType, Types... paras) in WriteModel()
|
H A D | drag_drawing.cpp | 1736 cJSON *dragType = cJSON_GetObjectItemCaseSensitive(filterInfoParser.json, "drag_type"); in ParserFilterInfo() local
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_drawing.h | 134 std::string dragType; member
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_layout_policy_cascade.cpp | 742 auto dragType = node->GetDragType(); in UpdateFloatingWindowSizeForStretchableWindow() local 876 auto dragType = node->GetDragType(); in UpdateFloatingWindowSizeBySizeLimits() local
|
H A D | window_node.cpp | 168 void WindowNode::SetDragType(DragType dragType) in SetDragType()
|
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_property_test.cpp | 505 DragType dragType = DragType::DRAG_UNDEFINED; variable
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 306 void WindowProperty::SetDragType(DragType dragType) in SetDragType()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 753 AreaType dragType = AreaType::UNDEFINED; in HandlePointDownEvent() local
|