Home
last modified time | relevance | path

Searched defs:targetComponent (Results 1 - 25 of 30) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_gesture_event_hub.cpp20 PackInnerRecognizer( const Offset& offset, std::list<RefPtr<NGGestureRecognizer>>& innerRecognizers, int32_t touchId, const RefPtr<TargetComponent>& targetComponent) PackInnerRecognizer() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drecognizer_group.h124 void SetChildrenTargetComponent(const RefPtr<TargetComponent>& targetComponent) in SetChildrenTargetComponent() argument
H A Drecognizer_group.cpp193 SetRecognizerInfoRecursively(const Offset& coordinateOffset, const RefPtr<NG::FrameNode>& node, const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl) SetRecognizerInfoRecursively() argument
H A Dswipe_recognizer.cpp412 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
H A Drotation_recognizer.cpp372 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
H A Dlong_press_recognizer.cpp445 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
482 auto targetComponent = GetTargetComponent(); in GetDragEventActuator() local
H A Dpinch_recognizer.cpp435 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
H A Dclick_recognizer.cpp496 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
H A Dpan_recognizer.cpp738 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
903 auto targetComponent = GetTargetComponent(); in GetDragEventActuator() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.cpp48 CollectTouchTarget(const OffsetF& coordinateOffset, const TouchRestrict& touchRestrict, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const PointF& localPoint, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) CollectTouchTarget() argument
81 InitClickRecognizer(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, const RefPtr<ScrollableEvent>& event, bool clickJudge) InitClickRecognizer() argument
114 CollectScrollableTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) CollectScrollableTouchTarget() argument
[all...]
H A Dscrollable_event.h116 BarCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) BarCollectTouchTarget() argument
154 BarCollectLongPressTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) BarCollectLongPressTarget() argument
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dclick_recognizer_test_ng.cpp1324 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); in HWTEST_F() local
H A Dpinch_recognizer_test_ng.cpp1334 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); in HWTEST_F() local
H A Dswipe_recognizer_test_ng.cpp1158 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); in HWTEST_F() local
H A Drotation_recognizer_test_ng.cpp903 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); in HWTEST_F() local
H A Dlong_press_recognizer_test_ng.cpp1184 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); in HWTEST_F() local
H A Dgesture_recognizer_test_ng.cpp61 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); in HWTEST_F() local
227 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); in HWTEST_F() local
297 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage_new.cpp190 RefPtr<TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); in HWTEST_F() local
211 RefPtr<TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_inner_event_test_ng.cpp158 RefPtr<TargetComponent> targetComponent; in CollectTouchTarget() local
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h70 TargetComponent targetComponent; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp822 RefPtr<TargetComponent> targetComponent; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.cpp379 auto targetComponent = swiperNode->GetTargetComponent().Upgrade(); in AddInnerOnGestureRecognizerJudgeBegin() local
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.cpp658 void TouchEventTarget::SetTargetComponent(const RefPtr<NG::TargetComponent>& targetComponent) in SetTargetComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp670 OnCollectTouchTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) OnCollectTouchTarget() argument
705 OnCollectLongPressTarget(const OffsetF& coordinateOffset, const GetEventTargetImpl& getEventTargetImpl, TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) OnCollectLongPressTarget() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp1320 OnCollectTouchTarget(TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) OnCollectTouchTarget() argument

Completed in 45 milliseconds

12