Home
last modified time | relevance | path

Searched refs:GetChildPosition (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.h74 Offset GetChildPosition(const Size& childSize);
H A Drender_bubble.cpp210 childOffset_ = GetChildPosition(childSize_); in PerformLayout()
385 Offset RenderBubble::GetChildPosition(const Size& childSize) in GetChildPosition() function in OHOS::Ace::RenderBubble
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h123 Point GetChildPosition(ScreenId screenId) const;
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_display.cpp246 Point point = abstractScreen->GetGroup()->GetChildPosition(dmsScreenId); in BindAbstractScreen()
H A Dabstract_screen.cpp681 Point AbstractScreenGroup::GetChildPosition(ScreenId screenId) const in GetChildPosition() function in OHOS::Rosen::AbstractScreenGroup
H A Dabstract_display_controller.cpp632 GetChildPosition(absScreen->dmsId_); in AddScreenToExpandLocked()
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_test.cpp407 HWTEST_F(AbstractScreenTest, GetChildPosition, Function | SmallTest | Level3)
410 absScreenGroup_->GetChildPosition(screenId);
414 absScreenGroup_->GetChildPosition(screenId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.h203 OffsetF GetChildPosition(
H A Dbubble_layout_algorithm.cpp413 childOffset_ = GetChildPosition(childSize_, bubbleProp, UseArrowOffset); // bubble's offset in BubbleAvoidanceRule()
2090 OffsetF BubbleLayoutAlgorithm::GetChildPosition( in GetChildPosition() function in OHOS::Ace::NG::BubbleLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.h161 OffsetF GetChildPosition(const SizeF& childSize, bool didNeedArrow = false);
H A Dmenu_layout_algorithm.cpp1825 auto childOffset = GetChildPosition(size, didNeedArrow); in MenuLayoutAvoidAlgorithm()
2215 OffsetF MenuLayoutAlgorithm::GetChildPosition(const SizeF& childSize, bool didNeedArrow) in GetChildPosition() function in OHOS::Ace::NG::MenuLayoutAlgorithm
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h272 Point GetChildPosition(ScreenId screenId) const;
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp1380 HWTEST_F(ScreenSessionTest, GetChildPosition, Function | SmallTest | Level2)
1385 Point res = sessionGroup.GetChildPosition(screenId);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutFst_test_ng.cpp1409 auto resultOffset = menuLayoutAlgorithm->GetChildPosition(size, false);
1424 resultOffset = menuLayoutAlgorithm->GetChildPosition(size);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp1360 Point ScreenSessionGroup::GetChildPosition(ScreenId screenId) const in GetChildPosition() function in OHOS::Rosen::ScreenSessionGroup
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp1853 …EXPECT_FALSE(bubbleLayoutAlgorithm->GetChildPosition(SizeF(ZERO, ZERO), bubbleLayoutProperty, true…