| /foundation/arkui/ace_engine/test/unittest/core/event/ |
| D | input_event_test_ng.cpp | 89 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
|
| D | click_event_test_ng.cpp | 174 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable 265 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable 310 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
|
| D | drag_event_test_ng.cpp | 179 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/ |
| 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()
|
| D | input_event_hub.cpp | 36 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
|
| D | scrollable_event.cpp | 54 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const PointF& localPoint, in CollectTouchTarget() 84 const GetEventTargetImpl& getEventTargetImpl, const RefPtr<FrameNode>& frameNode, in InitClickRecognizer()
|
| D | gesture_event_actuator.h | 36 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
|
| D | long_press_event.cpp | 31 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
|
| D | click_event.cpp | 33 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
|
| D | touch_event.h | 130 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, in OnCollectTouchTarget()
|
| D | pan_event.cpp | 45 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
|
| D | scrollable_event.h | 116 …arCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, in BarCollectTouchTarget()
|
| D | gesture_event_hub.cpp | 100 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessTouchTestHit() local 301 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessTouchTestHierarchy() local
|
| D | drag_event.cpp | 285 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/ |
| D | scroll_bar_event_test_ng.cpp | 423 GetEventTargetImpl getEventTargetImpl; variable 448 GetEventTargetImpl getEventTargetImpl; variable
|
| /foundation/arkui/ace_engine/test/unittest/core/gestures/ |
| D | recognizer_group_test_ng.cpp | 78 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/ |
| D | recognizer_group.cpp | 198 … const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl) in SetRecognizerInfoRecursively()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
| D | scroll_bar_pattern.cpp | 121 ResponseLinkResult& responseLinkResult) { in OnModifyDone() 711 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& fr… in OnCollectTouchTarget()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
| D | scroll_bar_test_ng.cpp | 140 GetEventTargetImpl getEventTargetImpl; variable
|
| /foundation/arkui/ace_engine/frameworks/core/event/ |
| D | axis_event.h | 357 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
|
| D | touch_event.h | 786 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
| D | scroll_bar.cpp | 639 …OnCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, in OnCollectTouchTarget()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| D | scrollable_pattern.cpp | 797 … const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) { in InitScrollBarGestureEvent()
|