Searched refs:CalculatePointerEvent (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/test/mock/adapter/ |
H A D | mock_mmi_event_convertor.cpp | 19 void CalculatePointerEvent(const NG::OffsetF& offsetF, const std::shared_ptr<MMI::PointerEvent>& point, in CalculatePointerEvent() function 27 void CalculatePointerEvent( in CalculatePointerEvent() function
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.h | 77 void CalculatePointerEvent(const std::shared_ptr<MMI::PointerEvent>& point, const RefPtr<NG::FrameNode>& frameNode); 79 void CalculatePointerEvent(const NG::OffsetF& offsetF, const std::shared_ptr<MMI::PointerEvent>& point,
|
H A D | mmi_event_convertor.cpp | 586 void CalculatePointerEvent(const std::shared_ptr<MMI::PointerEvent>& point, const RefPtr<NG::FrameNode>& frameNode) in CalculatePointerEvent() function 610 void CalculatePointerEvent(const NG::OffsetF& offsetF, const std::shared_ptr<MMI::PointerEvent>& point, in CalculatePointerEvent() function
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | platform_pattern.cpp | 197 Platform::CalculatePointerEvent(pointerEvent, host); in HandleTouchEvent() 215 Platform::CalculatePointerEvent(pointerEvent, host); in HandleMouseEvent() 242 Platform::CalculatePointerEvent(pointerEvent, host); in HandleDragEvent()
|
H A D | ui_extension_pattern.cpp | 758 Platform::CalculatePointerEvent(newPointerEvent, host); in HandleTouchEvent() 795 Platform::CalculatePointerEvent(pointerEvent, host); in HandleMouseEvent() 892 Platform::CalculatePointerEvent(pointerEvent, host); in HandleDragEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/window_scene/mock/ |
H A D | mock_mmi_event_convertor.cpp | 24 void CalculatePointerEvent(const NG::OffsetF& offsetF, const std::shared_ptr<MMI::PointerEvent>& point, in CalculatePointerEvent() function
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ability_component/ |
H A D | ability_component_pattern.cpp | 198 Platform::CalculatePointerEvent(pointerEvent, host); in HandleTouchEvent() 216 Platform::CalculatePointerEvent(selfGlobalOffset, pointerEvent, scale); in HandleMouseEvent()
|
Completed in 6 milliseconds