Home
last modified time | relevance | path

Searched refs:gatherNodeChildInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.h242 GatherNodeChildInfo& gatherNodeChildInfo);
H A Ddrag_event.cpp1993 GatherNodeChildInfo gatherNodeChildInfo; in CreateGatherNode() local
1994 auto imageNode = CreateImageNode(itemFrameNode, gatherNodeChildInfo); in CreateGatherNode()
1997 actuator->PushBackGatherNodeChild(gatherNodeChildInfo); in CreateGatherNode()
2006 GatherNodeChildInfo& gatherNodeChildInfo) in CreateImageNode() argument
2048 gatherNodeChildInfo = {imageNode, offset, width, height, width / 2.0f, height / 2.0f}; in CreateImageNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng_property_config.cpp1910 GatherNodeChildInfo gatherNodeChildInfo; variable
1911 gatherNodeChildInfo.imageNode = imageNode;
1913 gatherNodeChildInfos.emplace_back(gatherNodeChildInfo);
H A Ddrag_event_test_ng_property_config.cpp535 std::vector<GatherNodeChildInfo> gatherNodeChildInfo(2); variable
539 …= dragEventActuator->GetOrCreateGatherNode(overlayManager, dragEventActuator, gatherNodeChildInfo);
H A Ddrag_event_test_ng.cpp1357 NG::GatherNodeChildInfo gatherNodeChildInfo; variable
1361 auto imageNode = DragEventActuator::CreateImageNode(frameNode, gatherNodeChildInfo);