/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A 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
|
H A D | click_event_test_ng.cpp | 174 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable 265 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable 310 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
|
H A 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
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 | 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
|
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 | scrollable_event.h | 119 …arCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, in BarCollectTouchTarget() 157 …llectLongPressTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, in BarCollectLongPressTarget()
|
H A D | touch_event.h | 130 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, in OnCollectTouchTarget()
|
H A D | pan_event.cpp | 45 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… in OnCollectTouchTarget()
|
H A D | gesture_event_hub.cpp | 101 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessTouchTestHit() local 302 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessTouchTestHierarchy() local
|
H A D | drag_event.cpp | 286 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, ResponseLinkResult& respons… 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; variable 468 GetEventTargetImpl getEventTargetImpl; variable 491 GetEventTargetImpl getEventTargetImpl; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
H A D | scroll_bar_pattern.cpp | 122 ResponseLinkResult& responseLinkResult) { in OnModifyDone() 162 ResponseLinkResult& responseLinkResult) { 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/test/unittest/core/gestures/ |
H A D | recognizer_group_test_ng.cpp | 78 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 D | recognizer_group.cpp | 198 … 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 D | scroll_bar.cpp | 452 …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 D | scroll_bar_test_ng.cpp | 140 GetEventTargetImpl getEventTargetImpl; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | axis_event.h | 357 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
|
H A D | touch_event.h | 797 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 905 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& fr… in InitScrollBarGestureEvent() 906 … const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) { in InitScrollBarGestureEvent() 3060 …const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& fr… in OnCollectClickTarget()
|