Searched refs:GetCurrentScreenPhyBounds (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 351 …void GetCurrentScreenPhyBounds(float& phyWidth, float& phyHeight, bool& isReset, const ScreenId& s…
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_test.cpp | 2120 ssm_->GetCurrentScreenPhyBounds(phyWidth, phyHeight, isReset, screenId); 2127 ssm_->GetCurrentScreenPhyBounds(phyWidth, phyHeight, isReset, screenId);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 5229 GetCurrentScreenPhyBounds(phyWidth, phyHeight, isReset, iter.first); in SetClientInner() 5248 void ScreenSessionManager::GetCurrentScreenPhyBounds(float& phyWidth, float& phyHeight, in GetCurrentScreenPhyBounds() function in OHOS::Rosen::ScreenSessionManager
|