Home
last modified time | relevance | path

Searched refs:TargetComponent (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dtarget_component.cpp22 void TargetComponent::SetNode(const WeakPtr<UINode>& uiNode) in SetNode()
27 void TargetComponent::SetNodeLinkGesture(const RefPtr<NGGestureRecognizer>& nodeLinkGesture) in SetNodeLinkGesture()
32 void TargetComponent::SetNodeGesture(const RefPtr<NGGestureRecognizer>& nodeGesture) in SetNodeGesture()
37 WeakPtr<UINode> TargetComponent::GetUINode() in GetUINode()
42 void TargetComponent::AddChild(const RefPtr<TargetComponent>& child) in AddChild()
47 void TargetComponent::AddPath(int32_t pathId) in AddPath()
52 void TargetComponent::SetSourceType(SourceType sourceType) in SetSourceType()
57 void TargetComponent::SetOnGestureJudgeBegin(GestureJudgeFunc&& onGestureJudgeBegin) in SetOnGestureJudgeBegin()
62 void TargetComponent::SetOnGestureJudgeNativeBegin(GestureJudgeFunc&& onGestureJudgeBegin) in SetOnGestureJudgeNativeBegin()
67 void TargetComponent::SetOnGestureRecognizerJudgeBegin(GestureRecognizerJudgeFunc&& gestureRecogniz… in SetOnGestureRecognizerJudgeBegin()
[all …]
H A Dtarget_component.h40 class ACE_EXPORT TargetComponent : public virtual AceType {
41 DECLARE_ACE_TYPE(TargetComponent, AceType);
44 TargetComponent() = default;
45 ~TargetComponent() override = default;
55 void AddChild(const RefPtr<TargetComponent>& child);
93 std::list<RefPtr<TargetComponent>> targetComponentChildren_;
H A Dscrollable_event.h37 …const RefPtr<FrameNode>&, const RefPtr<TargetComponent>&, ResponseLinkResult& responseLinkResult)>;
120 …TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& target… in BarCollectTouchTarget()
158 …TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& target… in BarCollectLongPressTarget()
178 …TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& target…
226 const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent,
230 const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent,
H A Dscrollable_event.cpp55 const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, in CollectTouchTarget()
89 const RefPtr<TargetComponent>& targetComponent, in InitClickRecognizer()
123 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in CollectScrollableTouchTarget()
H A Dgesture_event_hub.h457 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult);
671 const RefPtr<TargetComponent>& targetComponent);
754 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult);
778 … int32_t touchId, const RefPtr<TargetComponent>& targetComponent, const RefPtr<FrameNode>& host);
782 … int32_t touchId, const RefPtr<TargetComponent>& targetComponent, const RefPtr<FrameNode>& host,
H A Dgesture_event_hub.cpp96 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in ProcessTouchTestHit()
210 const RefPtr<TargetComponent>& targetComponent) in PackInnerRecognizer()
235 const RefPtr<TargetComponent>& targetComponent, const RefPtr<FrameNode>& host) in ProcessParallelPriorityGesture()
259 …const RefPtr<TargetComponent>& targetComponent, const RefPtr<FrameNode>& host, GesturePriority pri… in ProcessExternalExclusiveRecognizer()
288 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in ProcessTouchTestHierarchy()
/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/view/
H A DSingleRowComponent.ets18 import { TargetComponent } from './TargetComponent';
32 TargetComponent({ targetInfo: item, storage: this.storage })
H A DTargetComponent.ets27 const TAG = 'SelectorExtensionAbility.TargetComponent';
31 export struct TargetComponent {
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h55 enum class TargetComponent { enum
68 TargetComponent targetComponent;
225 TargetComponent targetComponent);
237 TargetComponent targetComponent);
337 …const CallerInfo& callerInfo, TargetComponent targetComponent = TargetComponent::HARMONY_COMPONENT…
360 TargetComponent GetTargetComponent() const in GetTargetComponent()
373 TargetComponent targetComponent_;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dgesture_recognizer_test_ng.cpp61 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>();
227 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>();
297 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>();
H A Drecognizer_group_test_ng.cpp69 auto component = AceType::MakeRefPtr<TargetComponent>();
223 auto component = AceType::MakeRefPtr<TargetComponent>();
H A Drotation_recognizer_test_ng.cpp903 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>();
H A Dlong_press_recognizer_test_ng.cpp1184 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.h170 …TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& target…
289 …TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& target…
292 …TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& target…
H A Dscroll_bar_pattern.cpp121 …TestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetCompo… in OnModifyDone()
161 …TestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetCompo… in SetBarCollectClickAndLongPressTargetCallback()
763 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in OnCollectTouchTarget()
800 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in OnCollectClickTarget()
824 const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, in OnCollectLongPressTarget()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage_new.cpp182 RefPtr<TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>();
202 RefPtr<TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drecognizer_group.h124 void SetChildrenTargetComponent(const RefPtr<TargetComponent>& targetComponent) in SetChildrenTargetComponent()
193 … const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl);
H A Drecognizer_group.cpp198 … const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl) in SetRecognizerInfoRecursively()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_gesture_event_hub.h32 const RefPtr<TargetComponent>& targetComponent) override;
H A Dsearch_gesture_event_hub.cpp22 const RefPtr<TargetComponent>& targetComponent) in PackInnerRecognizer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h344 …TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& target…
388 …TouchTestResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& target…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h891 void SetTargetComponent(const RefPtr<NG::TargetComponent>& targetComponent) in SetTargetComponent()
898 RefPtr<NG::TargetComponent> GetTargetComponent() in GetTargetComponent()
926 RefPtr<NG::TargetComponent> targetComponent_;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_connect_test.cpp163 remoteDeviceId, want.GetElement(), callerInfo, TargetComponent::HARMONY_COMPONENT); in AddSession()
1136 TargetComponent targetComponent {TargetComponent::HARMONY_COMPONENT};
1385 remoteDeviceId, want.GetElement(), callerInfo, TargetComponent::HARMONY_COMPONENT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h364 void AddJudgeToTargetComponent(RefPtr<TargetComponent>& targetComponent);
1113 WeakPtr<TargetComponent> GetTargetComponent() const in GetTargetComponent()
1308 WeakPtr<TargetComponent> targetComponent_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h130 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult);

12