Home
last modified time | relevance | path

Searched refs:GetChildPosition (Results 1 - 17 of 17) sorted by relevance

/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
/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h123 Point GetChildPosition(ScreenId screenId) const;
/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.cpp636 GetChildPosition(absScreen->dmsId_); in AddScreenToExpandLocked()
/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_test.cpp403 * @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 Dmenu_layout_algorithm.h169 OffsetF GetChildPosition(const SizeF& childSize, bool didNeedArrow = false);
H A Dmenu_layout_algorithm.cpp1896 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 Dbubble_layout_algorithm.h225 OffsetF GetChildPosition(
H A Dbubble_layout_algorithm.cpp418 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 Dscreen_session.h278 Point GetChildPosition(ScreenId screenId) const;
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_One_ng.cpp1095 * @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 Dbubble_test_ng.cpp1853 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 Dscreen_session_test.cpp1371 * @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 Dmenu_layoutFst_test_ng.cpp1390 * @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 Dscreen_session.cpp1338 Point ScreenSessionGroup::GetChildPosition(ScreenId screenId) const in GetChildPosition() function in OHOS::Rosen::ScreenSessionGroup

Completed in 36 milliseconds