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 D | screen_session_manager_proxy.h | 154 void UpdateScreenDirectionInfo(ScreenId screenId, float screenComponentRotation, float rotation,
|
H A D | screen_session_manager_interface.h | 156 …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 D | screen_session_manager_stub.cpp | 657 auto screenComponentRotation = data.ReadFloat(); in OnRemoteRequest() local 661 UpdateScreenDirectionInfo(screenId, screenComponentRotation, rotation, phyRotation, in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 2337 …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 D | screen_session_manager.h | 263 void UpdateScreenDirectionInfo(ScreenId screenId, float screenComponentRotation, float rotation,
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 2228 …ssionManager::UpdateScreenDirectionInfo(ScreenId screenId, float screenComponentRotation, float ro… in UpdateScreenDirectionInfo() argument 2241 screenSession->SetScreenComponentRotation(screenComponentRotation); in UpdateScreenDirectionInfo() 2244 screenId, rotation, screenComponentRotation); in UpdateScreenDirectionInfo()
|