Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/event/
Dinput_event_test_ng.cpp89 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
121 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
145 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
169 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
191 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
217 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
243 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
270 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
292 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
Dclick_event_test_ng.cpp174 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
265 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
310 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
Ddrag_event_test_ng.cpp179 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
371 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
427 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
493 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
540 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
632 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
712 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dinput_event.cpp37 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& re… in OnCollectMouseEvent()
68 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& re… in OnCollectHoverEvent()
100 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& re… in OnCollectPenHoverEvent()
132 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& re… in OnCollectHoverEffect()
146const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& ho… in OnCollectAccessibilityHoverEvent()
169 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, AxisTestResult& onA… in OnCollectAxisEvent()
Dinput_event_hub.cpp36 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessMouseTestHit() local
59 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessPenHoverTestHit() local
71 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessAxisTestHit() local
Dscrollable_event.cpp54 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const PointF& localPoint, in CollectTouchTarget()
84 const GetEventTargetImpl& getEventTargetImpl, const RefPtr<FrameNode>& frameNode, in InitClickRecognizer()
Dgesture_event_actuator.h36const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
Dlong_press_event.cpp31const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
Dclick_event.cpp33const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
Dtouch_event.h130 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, in OnCollectTouchTarget()
Dpan_event.cpp45const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
Dscrollable_event.h116 …arCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, in BarCollectTouchTarget()
Dgesture_event_hub.cpp100 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessTouchTestHit() local
301 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessTouchTestHierarchy() local
Ddrag_event.cpp285const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
Dscroll_bar_event_test_ng.cpp423 GetEventTargetImpl getEventTargetImpl; variable
448 GetEventTargetImpl getEventTargetImpl; variable
/foundation/arkui/ace_engine/test/unittest/core/gestures/
Drecognizer_group_test_ng.cpp78 GetEventTargetImpl getEventTargetImpl = []() -> std::optional<EventTarget> { in __anon702bc3a60102() variable
224 GetEventTargetImpl getEventTargetImpl = []() -> std::optional<EventTarget> { in __anon702bc3a60202() variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
Drecognizer_group.cpp198 … const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl) in SetRecognizerInfoRecursively()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
Dscroll_bar_pattern.cpp121 ResponseLinkResult& responseLinkResult) { in OnModifyDone()
711const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& fr… in OnCollectTouchTarget()
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
Dscroll_bar_test_ng.cpp140 GetEventTargetImpl getEventTargetImpl; variable
/foundation/arkui/ace_engine/frameworks/core/event/
Daxis_event.h357 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
Dtouch_event.h786 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
Dscroll_bar.cpp639 …OnCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, in OnCollectTouchTarget()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable_pattern.cpp797 … const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) { in InitScrollBarGestureEvent()