Home
last modified time | relevance | path

Searched refs:screenComponentRotation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h154 void UpdateScreenDirectionInfo(ScreenId screenId, float screenComponentRotation, float rotation,
H A Dscreen_session_manager_interface.h156 …virtual void UpdateScreenDirectionInfo(ScreenId screenId, float screenComponentRotation, float rot… in UpdateScreenDirectionInfo() argument
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp657 auto screenComponentRotation = data.ReadFloat(); in OnRemoteRequest() local
661 UpdateScreenDirectionInfo(screenId, screenComponentRotation, rotation, phyRotation, in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp2337 …eenSessionManagerProxy::UpdateScreenDirectionInfo(ScreenId screenId, float screenComponentRotation, in UpdateScreenDirectionInfo() argument
2357 if (!data.WriteFloat(screenComponentRotation)) { in UpdateScreenDirectionInfo()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h263 void UpdateScreenDirectionInfo(ScreenId screenId, float screenComponentRotation, float rotation,
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp2228 …ssionManager::UpdateScreenDirectionInfo(ScreenId screenId, float screenComponentRotation, float ro… in UpdateScreenDirectionInfo() argument
2241 screenSession->SetScreenComponentRotation(screenComponentRotation); in UpdateScreenDirectionInfo()
2244 screenId, rotation, screenComponentRotation); in UpdateScreenDirectionInfo()