Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A 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
H A Dclick_event_test_ng.cpp174 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
265 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
310 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A 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()
H A 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
H A Dscrollable_event.cpp54 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const PointF& localPoint, in CollectTouchTarget()
88 const GetEventTargetImpl& getEventTargetImpl, const RefPtr<FrameNode>& frameNode, in InitClickRecognizer()
122const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& fr… in CollectScrollableTouchTarget()
H A Dgesture_event_actuator.h36const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
H A Dlong_press_event.cpp31const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
H A Dclick_event.cpp33const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
H A Dscrollable_event.h119 …arCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, in BarCollectTouchTarget()
157 …llectLongPressTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, in BarCollectLongPressTarget()
H A Dtouch_event.h130 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, in OnCollectTouchTarget()
H A Dpan_event.cpp45const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
H A Dgesture_event_hub.cpp101 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessTouchTestHit() local
302 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessTouchTestHierarchy() local
H A Ddrag_event.cpp286const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_event_test_ng.cpp443 GetEventTargetImpl getEventTargetImpl; variable
468 GetEventTargetImpl getEventTargetImpl; variable
491 GetEventTargetImpl getEventTargetImpl; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.cpp122 ResponseLinkResult& responseLinkResult) { in OnModifyDone()
162 ResponseLinkResult& responseLinkResult) { in SetBarCollectClickAndLongPressTargetCallback()
762const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& fr… in OnCollectTouchTarget()
799const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& fr… in OnCollectClickTarget()
823 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, in OnCollectLongPressTarget()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Drecognizer_group_test_ng.cpp78 GetEventTargetImpl getEventTargetImpl = []() -> std::optional<EventTarget> { in __anon1ed9cfde0102() variable
224 GetEventTargetImpl getEventTargetImpl = []() -> std::optional<EventTarget> { in __anon1ed9cfde0202() variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drecognizer_group.cpp198 … const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl) in SetRecognizerInfoRecursively()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp452 …llectLongPressTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, in OnCollectLongPressTarget()
744 …OnCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, in OnCollectTouchTarget()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_bar_test_ng.cpp140 GetEventTargetImpl getEventTargetImpl; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Daxis_event.h357 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
H A Dtouch_event.h797 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp905const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& fr… in InitScrollBarGestureEvent()
906 … const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) { in InitScrollBarGestureEvent()
3060const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& fr… in OnCollectClickTarget()