/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
|
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen.h | 123 Point GetChildPosition(ScreenId screenId) const;
|
/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 | 636 GetChildPosition(absScreen->dmsId_);
in AddScreenToExpandLocked()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_test.cpp | 403 * @tc.name: GetChildPosition 404 * @tc.desc: GetChildPosition 407 HWTEST_F(AbstractScreenTest, GetChildPosition, Function | SmallTest | Level3) in HWTEST_F() 410 absScreenGroup_->GetChildPosition(screenId); in HWTEST_F() 414 absScreenGroup_->GetChildPosition(screenId); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_algorithm.h | 169 OffsetF GetChildPosition(const SizeF& childSize, bool didNeedArrow = false);
|
H A D | menu_layout_algorithm.cpp | 1896 auto childOffset = GetChildPosition(size, didNeedArrow); in MenuLayoutAvoidAlgorithm() 2285 OffsetF MenuLayoutAlgorithm::GetChildPosition(const SizeF& childSize, bool didNeedArrow) in GetChildPosition() function in OHOS::Ace::NG::MenuLayoutAlgorithm
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.h | 225 OffsetF GetChildPosition(
|
H A D | bubble_layout_algorithm.cpp | 418 childOffset_ = GetChildPosition(childSize_, bubbleProp, UseArrowOffset); // bubble's offset 2248 OffsetF BubbleLayoutAlgorithm::GetChildPosition( in GetChildPosition() function in OHOS::Ace::NG::BubbleLayoutAlgorithm
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 278 Point GetChildPosition(ScreenId screenId) const;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_One_ng.cpp | 1095 * @tc.desc: Test GetChildPosition
1116 layoutAlgorithm->GetChildPosition(tstChildSize, layoutProperty, false);
in HWTEST_F() 1119 layoutAlgorithm->GetChildPosition(tstChildSize, layoutProperty, false);
in HWTEST_F() 1122 layoutAlgorithm->GetChildPosition(tstChildSize, layoutProperty, true);
in HWTEST_F()
|
H A D | bubble_test_ng.cpp | 1853 EXPECT_FALSE(bubbleLayoutAlgorithm->GetChildPosition(SizeF(ZERO, ZERO), bubbleLayoutProperty, true) == in HWTEST_F() 1882 * @tc.steps: step3. excute GetIfNeedArrow GetChildPosition in HWTEST_F() 1883 * @tc.expected: step3. GetChildPosition get result offset is adjust position. in HWTEST_F() 1904 * @tc.steps: step4. excute GetChildPosition in HWTEST_F() 1905 * @tc.expected: step4. GetChildPosition returns the result as the bubble position. in HWTEST_F()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 1371 * @tc.name: GetChildPosition 1375 HWTEST_F(ScreenSessionTest, GetChildPosition, Function | SmallTest | Level2) in HWTEST_F() 1377 GTEST_LOG_(INFO) << "ScreenSessionTest: GetChildPosition start"; in HWTEST_F() 1380 Point res = sessionGroup.GetChildPosition(screenId); in HWTEST_F() 1382 GTEST_LOG_(INFO) << "ScreenSessionTest: GetChildPosition end"; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_layoutFst_test_ng.cpp | 1390 * @tc.desc: Test GetChildPosition 1405 * @tc.expected: GetChildPosition get result offset is menu defaultPositon in HWTEST_F() 1410 auto resultOffset = menuLayoutAlgorithm->GetChildPosition(size, false); in HWTEST_F() 1417 * @tc.expected: GetChildPosition get result offset is adjust position in HWTEST_F() 1425 resultOffset = menuLayoutAlgorithm->GetChildPosition(size); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 1338 Point ScreenSessionGroup::GetChildPosition(ScreenId screenId) const in GetChildPosition() function in OHOS::Rosen::ScreenSessionGroup
|