Home
last modified time | relevance | path

Searched refs:GetEventTargetImpl (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dinput_event.h190 …void OnCollectMouseEvent(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTarget…
194 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& re…
196 …void OnCollectHoverEffect(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTarge…
199 …void OnCollectAccessibilityHoverEvent(const OffsetF& coordinateOffset, const GetEventTargetImpl& g…
203 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& re…
206 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, AxisTestResult& onA…
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()
146 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& ho… in OnCollectAccessibilityHoverEvent()
169 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, AxisTestResult& onA… in OnCollectAxisEvent()
H A Dscrollable_event.h36 using BarCollectTouchTargetCallback = std::function<void(const OffsetF&, const GetEventTargetImpl&,…
119 …void BarCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTarg… in BarCollectTouchTarget()
157 …void BarCollectLongPressTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEvent… in BarCollectLongPressTarget()
177 …void CollectScrollableTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEv…
225 … const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const PointF& localPoint,
229 …void InitClickRecognizer(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTarget…
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()
122 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& fr… in CollectScrollableTouchTarget()
H A Dgesture_event_actuator.h36 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
H A Dlong_press_event.cpp31 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
H A Dclick_event.cpp33 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
H A Dlong_press_event.h81 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result,
H A Dpan_event.h103 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result,
H A Dclick_event.h142 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result,
H A Dpan_event.cpp45 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
H A Dtouch_event.h130 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, in OnCollectTouchTarget()
H A Ddrag_event.h137 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result,
H A Devent_hub.cpp94 GetEventTargetImpl EventHub::CreateGetEventTargetImpl() const in CreateGetEventTargetImpl()
H A Devent_hub.h150 GetEventTargetImpl CreateGetEventTargetImpl() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.h169 …void OnCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTarge…
288 …void OnCollectClickTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTarge…
291 …void OnCollectLongPressTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventT…
H A Dscroll_bar_pattern.cpp120 …[weak = AceType::WeakClaim(this)](const OffsetF& coordinateOffset, const GetEventTargetImpl& getEv… in OnModifyDone()
160 …[weak = AceType::WeakClaim(this)](const OffsetF& coordinateOffset, const GetEventTargetImpl& getEv… in SetBarCollectClickAndLongPressTargetCallback()
762 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& fr… in OnCollectTouchTarget()
799 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& fr… in OnCollectClickTarget()
823 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, in OnCollectLongPressTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Daxis_event.h337 using GetEventTargetImpl = std::function<std::optional<EventTarget>()>; variable
357 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
398 GetEventTargetImpl getEventTargetImpl_;
H A Dtouch_event.h679 using GetEventTargetImpl = std::function<std::optional<EventTarget>()>; variable
797 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
918 GetEventTargetImpl getEventTargetImpl_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h343 …void OnCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTarge…
387 …void OnCollectLongPressTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventT…
H A Dscroll_bar.cpp452 void ScrollBar::OnCollectLongPressTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl&… in OnCollectLongPressTarget()
744 void ScrollBar::OnCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& get… in OnCollectTouchTarget()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_event_test_ng.cpp443 GetEventTargetImpl getEventTargetImpl;
468 GetEventTargetImpl getEventTargetImpl;
491 GetEventTargetImpl getEventTargetImpl;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Drecognizer_group_test_ng.cpp78 GetEventTargetImpl getEventTargetImpl = []() -> std::optional<EventTarget> { in __anon1ed9cfde0102()
224 GetEventTargetImpl getEventTargetImpl = []() -> std::optional<EventTarget> { in __anon1ed9cfde0202()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drecognizer_group.h193 … const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl);
H A Drecognizer_group.cpp198 … const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl) in SetRecognizerInfoRecursively()

12