/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | input_event.h | 190 …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 D | input_event.cpp | 37 …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 D | scrollable_event.h | 36 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 D | scrollable_event.cpp | 54 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 D | gesture_event_actuator.h | 36 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
|
H A D | long_press_event.cpp | 31 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
|
H A D | click_event.cpp | 33 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
|
H A D | long_press_event.h | 81 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result,
|
H A D | pan_event.h | 103 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result,
|
H A D | click_event.h | 142 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result,
|
H A D | pan_event.cpp | 45 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
|
H A D | touch_event.h | 130 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, in OnCollectTouchTarget()
|
H A D | drag_event.h | 137 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result,
|
H A D | event_hub.cpp | 94 GetEventTargetImpl EventHub::CreateGetEventTargetImpl() const in CreateGetEventTargetImpl()
|
H A D | event_hub.h | 150 GetEventTargetImpl CreateGetEventTargetImpl() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
H A D | scroll_bar_pattern.h | 169 …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 D | scroll_bar_pattern.cpp | 120 …[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 D | axis_event.h | 337 using GetEventTargetImpl = std::function<std::optional<EventTarget>()>; variable 357 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl() 398 GetEventTargetImpl getEventTargetImpl_;
|
H A D | touch_event.h | 679 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 D | scroll_bar.h | 343 …void OnCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTarge… 387 …void OnCollectLongPressTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventT…
|
H A D | scroll_bar.cpp | 452 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 D | scroll_bar_event_test_ng.cpp | 443 GetEventTargetImpl getEventTargetImpl; 468 GetEventTargetImpl getEventTargetImpl; 491 GetEventTargetImpl getEventTargetImpl;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | recognizer_group_test_ng.cpp | 78 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 D | recognizer_group.h | 193 … const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl);
|
H A D | recognizer_group.cpp | 198 … const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl) in SetRecognizerInfoRecursively()
|