Home
last modified time | relevance | path

Searched refs:GetPhyBounds (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h49 RRect GetPhyBounds() const;
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp496 << screenProperty.GetPhyBounds().rect_.GetLeft() << ", " in DumpScreenPropertyById()
497 << screenProperty.GetPhyBounds().rect_.GetTop() << ", " in DumpScreenPropertyById()
498 << screenProperty.GetPhyBounds().rect_.GetWidth() << ", " in DumpScreenPropertyById()
499 << screenProperty.GetPhyBounds().rect_.GetHeight() << ", " << std::endl; in DumpScreenPropertyById()
H A Dscreen_session_manager.cpp1470 RRect phyBounds = property.GetPhyBounds(); in CalcDefaultExtendScreenDensity()
5365 auto phyBounds = GetPhyScreenProperty(SCREEN_ID_MAIN).GetPhyBounds(); in GetCurrentScreenPhyBounds()
5369 auto phyBounds = GetPhyScreenProperty(SCREEN_ID_FULL).GetPhyBounds(); in GetCurrentScreenPhyBounds()
5730 defaultSize.physicalWidth_ = defaultScreenProperty.GetPhyBounds().rect_.width_; in GetAllDisplayPhysicalResolution()
5731 defaultSize.physicalHeight_ = defaultScreenProperty.GetPhyBounds().rect_.height_; in GetAllDisplayPhysicalResolution()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp295 * @tc.name: GetPhyBounds
299 HWTEST_F(ScreenPropertyTest, GetPhyBounds, Function | SmallTest | Level2) in HWTEST_F()
301 GTEST_LOG_(INFO) << "ScreenPropertyTest: GetPhyBounds start"; in HWTEST_F()
304 RRect phyBounds = property->GetPhyBounds(); in HWTEST_F()
307 GTEST_LOG_(INFO) << "ScreenPropertyTest: GetPhyBounds end"; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp127 RRect ScreenProperty::GetPhyBounds() const in GetPhyBounds() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp219 RRect phyBounds = property_.GetPhyBounds(); in ConvertToDisplayInfo()
365 property_.SetPhyBounds(updatedProperty.GetPhyBounds()); in UpdatePropertyByFoldControl()

Completed in 16 milliseconds