Home
last modified time | relevance | path

Searched refs:GetPositionWithPlacement (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.h75 …Offset GetPositionWithPlacement(const Size& childSize, const Offset& topPosition, const Offset& bo…
H A Drender_bubble.cpp403GetPositionWithPlacement(childSize, topPosition, bottomPosition, topArrowPosition, bottomArrowPosi… in GetChildPosition()
434 Offset RenderBubble::GetPositionWithPlacement(const Size& childSize, const Offset& topPosition, in GetPositionWithPlacement() function in OHOS::Ace::RenderBubble
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.h207 void GetPositionWithPlacement(
H A Dbubble_layout_algorithm.cpp2103 GetPositionWithPlacement(originOffset, originArrowOffset, childSize, placement_); in GetChildPosition()
2168 GetPositionWithPlacement(topPosition, topArrowPosition, childSize, Placement::TOP); in InitArrowTopAndBottomPosition()
2169 GetPositionWithPlacement(bottomPosition, bottomArrowPosition, childSize, Placement::BOTTOM); in InitArrowTopAndBottomPosition()
2184 void BubbleLayoutAlgorithm::GetPositionWithPlacement( in GetPositionWithPlacement() function in OHOS::Ace::NG::BubbleLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.h157 …OffsetF GetPositionWithPlacement(const SizeF& childSize, const OffsetF& topPosition, const OffsetF…
H A Dmenu_layout_algorithm.cpp2062 OffsetF MenuLayoutAlgorithm::GetPositionWithPlacement( in GetPositionWithPlacement() function in OHOS::Ace::NG::MenuLayoutAlgorithm
2244 childPosition = GetPositionWithPlacement(childSize, topPosition, bottomPosition); in GetChildPosition()
2273 childPosition = GetPositionWithPlacement(childSize, topPosition, bottomPosition); in GetAdjustPosition()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutFst_test_ng.cpp877 …auto result = menuLayoutAlgorithm->GetPositionWithPlacement(childSize, topPosition, bottomPosition…
899 auto result = menu.GetPositionWithPlacement(childSize, topPosition, bottomPosition);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp2345 …bubbleLayoutAlgorithm->GetPositionWithPlacement(childPosition, arrowPosition, childSize, placement…