Home
last modified time | relevance | path

Searched refs:GetChildPositionNew (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.h165 …OffsetF GetChildPositionNew(const SizeF& childSize, const RefPtr<BubbleLayoutProperty>& bubbleProp…
H A Dbubble_layout_algorithm.cpp429 childOffset_ = GetChildPositionNew(childSize_, bubbleProp); // bubble's offset in BubbleAvoidanceRule()
596 OffsetF BubbleLayoutAlgorithm::GetChildPositionNew( in GetChildPositionNew() function in OHOS::Ace::NG::BubbleLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp1663 bubbleLayoutAlgorithm->GetChildPositionNew(childSizeFull, bubbleLayoutProperty);
1907 … auto resultOffset = bubbleLayoutAlgorithm->GetChildPositionNew(childSize, bubbleLayoutProperty);