Home
last modified time | relevance | path

Searched refs:GetPositionWithPlacementBottomLeft (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.h145 …OffsetF GetPositionWithPlacementBottomLeft(const SizeF&, const OffsetF&, const OffsetF&, OffsetF&);
H A Dbubble_layout_algorithm.cpp236 …ementFuncMap_[Placement::BOTTOM_LEFT] = &BubbleLayoutAlgorithm::GetPositionWithPlacementBottomLeft; in BubbleLayoutAlgorithm()
1250 OffsetF BubbleLayoutAlgorithm::GetPositionWithPlacementBottomLeft( in GetPositionWithPlacementBottomLeft() function in OHOS::Ace::NG::BubbleLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.h169 OffsetF GetPositionWithPlacementBottomLeft(const SizeF&, const OffsetF&, const OffsetF&);
H A Dmenu_layout_algorithm.cpp264 …acementFuncMap_[Placement::BOTTOM_LEFT] = &MenuLayoutAlgorithm::GetPositionWithPlacementBottomLeft; in MenuLayoutAlgorithm()
2572 OffsetF MenuLayoutAlgorithm::GetPositionWithPlacementBottomLeft( in GetPositionWithPlacementBottomLeft() function in OHOS::Ace::NG::MenuLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutFst_test_ng.cpp1112 …auto result = menuLayoutAlgorithm->GetPositionWithPlacementBottomLeft(childSize, topPosition, bott…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp2067 …bubbleLayoutAlgorithm->GetPositionWithPlacementBottomLeft(childSize, topPosition, bottomPosition, …