Searched refs:GetPositionWithPlacement (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.h | 75 …Offset GetPositionWithPlacement(const Size& childSize, const Offset& topPosition, const Offset& bo…
|
H A D | render_bubble.cpp | 403 …GetPositionWithPlacement(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 D | bubble_layout_algorithm.h | 207 void GetPositionWithPlacement(
|
H A D | bubble_layout_algorithm.cpp | 2103 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 D | menu_layout_algorithm.h | 157 …OffsetF GetPositionWithPlacement(const SizeF& childSize, const OffsetF& topPosition, const OffsetF…
|
H A D | menu_layout_algorithm.cpp | 2062 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 D | menu_layoutFst_test_ng.cpp | 877 …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 D | bubble_test_ng.cpp | 2345 …bubbleLayoutAlgorithm->GetPositionWithPlacement(childPosition, arrowPosition, childSize, placement…
|