Home
last modified time | relevance | path

Searched refs:GetPositionWithPlacementBottomRight (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.h146 …OffsetF GetPositionWithPlacementBottomRight(const SizeF&, const OffsetF&, const OffsetF&, OffsetF&…
H A Dbubble_layout_algorithm.cpp237 …entFuncMap_[Placement::BOTTOM_RIGHT] = &BubbleLayoutAlgorithm::GetPositionWithPlacementBottomRight; in BubbleLayoutAlgorithm()
1265 OffsetF BubbleLayoutAlgorithm::GetPositionWithPlacementBottomRight( in GetPositionWithPlacementBottomRight() function in OHOS::Ace::NG::BubbleLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.h170 OffsetF GetPositionWithPlacementBottomRight(const SizeF&, const OffsetF&, const OffsetF&);
H A Dmenu_layout_algorithm.cpp265 …ementFuncMap_[Placement::BOTTOM_RIGHT] = &MenuLayoutAlgorithm::GetPositionWithPlacementBottomRight; in MenuLayoutAlgorithm()
2583 OffsetF MenuLayoutAlgorithm::GetPositionWithPlacementBottomRight( in GetPositionWithPlacementBottomRight() function in OHOS::Ace::NG::MenuLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutFst_test_ng.cpp1138 …auto result = menuLayoutAlgorithm->GetPositionWithPlacementBottomRight(childSize, topPosition, bot…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp2068 …bubbleLayoutAlgorithm->GetPositionWithPlacementBottomRight(childSize, topPosition, bottomPosition,…