Home
last modified time | relevance | path

Searched refs:GetChildrenPosition (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h122 std::vector<Point> GetChildrenPosition() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h271 std::vector<Point> GetChildrenPosition() const;
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_test.cpp565 HWTEST_F(AbstractScreenTest, GetChildrenPosition, Function | SmallTest | Level3)
570 std::vector<Point> result = absScreenGroup_->GetChildrenPosition();
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp672 std::vector<Point> AbstractScreenGroup::GetChildrenPosition() const in GetChildrenPosition() function in OHOS::Rosen::AbstractScreenGroup
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp1351 std::vector<Point> ScreenSessionGroup::GetChildrenPosition() const in GetChildrenPosition() function in OHOS::Rosen::ScreenSessionGroup
1391 auto positions = GetChildrenPosition(); in ConvertToScreenGroupInfo()