Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dinput_event.cpp35 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& re… in OnCollectMouseEvent()
62 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& re… in OnCollectHoverEvent()
90 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& re… in OnCollectHoverEffect()
104 …const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, AxisTestResult& onA… in OnCollectAxisEvent()
Dinput_event_hub.cpp35 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessMouseTestHit() local
52 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessAxisTestHit() local
Dgesture_event_actuator.h36 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
Dlong_press_event.cpp31 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
Dclick_event.cpp33 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
Dscrollable_event.cpp53 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const PointF& localPoint, in CollectTouchTarget()
Dtouch_event.h108 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) override in OnCollectTouchTarget()
Dpan_event.cpp46 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
Dscrollable_event.h115 …arCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, in BarCollectTouchTarget()
Dgesture_event_hub.cpp82 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessTouchTestHit() local
220 auto getEventTargetImpl = eventHub ? eventHub->CreateGetEventTargetImpl() : nullptr; in ProcessTouchTestHierarchy() local
Ddrag_event.cpp120 const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result) in OnCollectTouchTarget()
/foundation/arkui/ace_engine/test/unittest/core/event/
Dclick_event_test_ng.cpp172 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
236 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
278 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
Ddrag_event_test_ng.cpp221 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
408 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
461 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
524 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
568 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
659 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
736 auto getEventTargetImpl = eventHub->CreateGetEventTargetImpl(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
Dscroll_bar_pattern.cpp106 const RefPtr<TargetComponent>& targetComponent) { in OnModifyDone()
393const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& fr… in OnCollectTouchTarget()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
Drecognizer_group.cpp195 … const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl) in SetRecognizerInfoRecursively()
/foundation/arkui/ace_engine/frameworks/core/event/
Daxis_event.h299 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
Dtouch_event.h558 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
Dscroll_bar.cpp598 …OnCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, in OnCollectTouchTarget()
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
Dscroll_bar_test_ng.cpp837 GetEventTargetImpl getEventTargetImpl; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable_pattern.cpp650 const RefPtr<TargetComponent>& targetComponent) { in RegisterScrollBarEventTask()