Home
last modified time | relevance | path

Searched refs:SetGetEventTargetImpl (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dinput_event.cpp63 mouseEventTarget_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectMouseEvent()
95 hoverEventTarget_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectHoverEvent()
127 penHoverEventTarget_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectPenHoverEvent()
140 hoverEffectTarget_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectHoverEffect()
164 accessibilityHoverEventTarget_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectAccessibilityHoverEvent()
196 axisEventTarget_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectAxisEvent()
H A Dscrollable_event.cpp98 clickRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in InitClickRecognizer()
126 scrollable_->SetGetEventTargetImpl(getEventTargetImpl); in CollectScrollableTouchTarget()
H A Dlong_press_event.cpp47 longPressRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectTouchTarget()
H A Dclick_event.cpp50 clickRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectTouchTarget()
H A Dpan_event.cpp141 panRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectTouchTarget()
H A Dtouch_event.h133 SetGetEventTargetImpl(getEventTargetImpl); in OnCollectTouchTarget()
H A Ddrag_event.cpp594 panRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectTouchTarget()
607 SequencedRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectTouchTarget()
865 previewLongPressRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectTouchTarget()
867 longPressRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectTouchTarget()
870 SequencedRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectTouchTarget()
H A Dgesture_event_hub.cpp126 clickRecognizer->SetGetEventTargetImpl(getEventTargetImpl); in ProcessTouchTestHit()
321 recognizer->SetGetEventTargetImpl(getEventTargetImpl); in ProcessTouchTestHierarchy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.cpp767 panRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectTouchTarget()
804 clickRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectClickTarget()
829 longPressRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectLongPressTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drecognizer_group.cpp204 item->SetGetEventTargetImpl(getEventTargetImpl); in SetRecognizerInfoRecursively()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Daxis_event.h357 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl() function
H A Dtouch_event.h797 void SetGetEventTargetImpl(const GetEventTargetImpl& getEventTargetImpl) in SetGetEventTargetImpl() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp458 longPressRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectLongPressTarget()
750 panRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectTouchTarget()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng_new.cpp783 panHorizontal->SetGetEventTargetImpl([]() -> std::optional<EventTarget> { in __anon8f55066f0202()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp3066 clickRecognizer_->SetGetEventTargetImpl(getEventTargetImpl); in OnCollectClickTarget()