Searched refs:phyRotation (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/ |
H A D | js_screen_utils.cpp | 251 int32_t phyRotation; in ConvertScreenDirectionInfoFromJs() local 252 if (!ConvertFromJsValue(env, jsPhyRotation, phyRotation)) { in ConvertScreenDirectionInfoFromJs() 256 directionInfo.phyRotation_ = phyRotation; in ConvertScreenDirectionInfoFromJs()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | screen_session_manager_proxy.h | 155 float phyRotation, ScreenPropertyChangeType screenPropertyChangeType) override;
|
H A D | screen_session_manager_interface.h | 157 float phyRotation, ScreenPropertyChangeType screenPropertyChangeType) {} in UpdateScreenDirectionInfo() argument
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 659 auto phyRotation = data.ReadFloat(); in OnRemoteRequest() local 661 UpdateScreenDirectionInfo(screenId, screenComponentRotation, rotation, phyRotation, in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 2338 float rotation, float phyRotation, ScreenPropertyChangeType screenPropertyChangeType) in UpdateScreenDirectionInfo() argument 2365 if (!data.WriteFloat(phyRotation)) { in UpdateScreenDirectionInfo()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 264 float phyRotation, ScreenPropertyChangeType screenPropertyChangeType) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 2229 float phyRotation, ScreenPropertyChangeType screenPropertyChangeType) in UpdateScreenDirectionInfo() argument 2240 screenSession->SetPhysicalRotation(phyRotation); in UpdateScreenDirectionInfo()
|