/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.h | 74 Offset GetChildPosition(const Size& childSize);
|
H A D | render_bubble.cpp | 210 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 D | abstract_screen.h | 123 Point GetChildPosition(ScreenId screenId) const;
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_display.cpp | 246 Point point = abstractScreen->GetGroup()->GetChildPosition(dmsScreenId); in BindAbstractScreen()
|
H A D | abstract_screen.cpp | 681 Point AbstractScreenGroup::GetChildPosition(ScreenId screenId) const in GetChildPosition() function in OHOS::Rosen::AbstractScreenGroup
|
H A D | abstract_display_controller.cpp | 632 GetChildPosition(absScreen->dmsId_); in AddScreenToExpandLocked()
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_test.cpp | 407 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 D | bubble_layout_algorithm.h | 203 OffsetF GetChildPosition(
|
H A D | bubble_layout_algorithm.cpp | 413 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 D | menu_layout_algorithm.h | 161 OffsetF GetChildPosition(const SizeF& childSize, bool didNeedArrow = false);
|
H A D | menu_layout_algorithm.cpp | 1825 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 D | screen_session.h | 272 Point GetChildPosition(ScreenId screenId) const;
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 1380 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 D | menu_layoutFst_test_ng.cpp | 1409 auto resultOffset = menuLayoutAlgorithm->GetChildPosition(size, false); 1424 resultOffset = menuLayoutAlgorithm->GetChildPosition(size);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 1360 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 D | bubble_test_ng.cpp | 1853 …EXPECT_FALSE(bubbleLayoutAlgorithm->GetChildPosition(SizeF(ZERO, ZERO), bubbleLayoutProperty, true…
|