/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | target_component.cpp | 22 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 D | target_component.h | 40 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 D | scrollable_event.h | 37 …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 D | scrollable_event.cpp | 55 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 D | gesture_event_hub.h | 457 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 D | gesture_event_hub.cpp | 96 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 D | SingleRowComponent.ets | 18 import { TargetComponent } from './TargetComponent'; 32 TargetComponent({ targetInfo: item, storage: this.storage })
|
H A D | TargetComponent.ets | 27 const TAG = 'SelectorExtensionAbility.TargetComponent'; 31 export struct TargetComponent {
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 55 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 D | gesture_recognizer_test_ng.cpp | 61 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 D | recognizer_group_test_ng.cpp | 69 auto component = AceType::MakeRefPtr<TargetComponent>(); 223 auto component = AceType::MakeRefPtr<TargetComponent>();
|
H A D | rotation_recognizer_test_ng.cpp | 903 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>();
|
H A D | long_press_recognizer_test_ng.cpp | 1184 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
H A D | scroll_bar_pattern.h | 170 …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 D | scroll_bar_pattern.cpp | 121 …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 D | frame_node_test_ng_coverage_new.cpp | 182 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 D | recognizer_group.h | 124 void SetChildrenTargetComponent(const RefPtr<TargetComponent>& targetComponent) in SetChildrenTargetComponent() 193 … const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl);
|
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/search/ |
H A D | search_gesture_event_hub.h | 32 const RefPtr<TargetComponent>& targetComponent) override;
|
H A D | search_gesture_event_hub.cpp | 22 const RefPtr<TargetComponent>& targetComponent) in PackInnerRecognizer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
H A D | scroll_bar.h | 344 …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 D | touch_event.h | 891 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 D | distributed_sched_connect_test.cpp | 163 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 D | frame_node.h | 364 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 D | scrollable.h | 130 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult);
|