Home
last modified time | relevance | path

Searched defs:getEventTargetImpl (Results 1 – 24 of 24) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dinput_event.cpp35 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& re… in OnCollectMouseEvent()
62 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& re… in OnCollectHoverEvent()
89 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& re… in OnCollectHoverEffect()
103 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, AxisTestResult& onA… in OnCollectAxisEvent()
Dinput_event_hub.cpp35 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessMouseTestHit() local
52 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessAxisTestHit() local
Dgesture_event_actuator.h36 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
Dlong_press_event.cpp31 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
Dclick_event.cpp32 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
Dscrollable_event.cpp53 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const PointF& localPoint) in CollectTouchTarget()
Dtouch_event.h90 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) override in OnCollectTouchTarget()
Dscrollable_event.h113 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in BarCollectTouchTarget()
Dpan_event.cpp46 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
Ddrag_event.cpp115 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
Dgesture_event_hub.cpp76 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessTouchTestHit() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/pattern/scroll/
Dmock_scroll_bar.cpp27 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& re… in OnCollectTouchTarget()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/event/mock/
Dmock_pan_event.cpp33 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
Dmock_long_press_event.cpp25 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
Dmock_drag_event.cpp37 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
Dmock_click_event.cpp24 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
Dmock_scrollable_event.cpp35 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const PointF& localPoint) in CollectTouchTarget()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/event/click_event/
Dclick_event_test_ng.cpp172 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
236 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
278 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
Dscroll_bar_pattern.cpp105 …(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& r… in OnModifyDone()
382 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/event/drag_event/
Ddrag_event_test_ng.cpp208 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
/foundation/arkui/ace_engine/frameworks/core/event/
Daxis_event.h278 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
Dtouch_event.h454 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
Dscroll_bar.cpp627 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable_pattern.cpp373 …(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& r… in RegisterScrollBarEventTask()