Searched refs:isScreenAngleMismatch (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 180 void NotifyTargetScreenWidthAndHeight(bool isScreenAngleMismatch, uint32_t screenWidth,
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 931 void SceneSession::NotifyTargetScreenWidthAndHeight(bool isScreenAngleMismatch, uint32_t screenWidth, in NotifyTargetScreenWidthAndHeight() argument 934 auto task = [weakThis = wptr(this), isScreenAngleMismatch, screenWidth, screenHeight]() { in NotifyTargetScreenWidthAndHeight() 940 session->isScreenAngleMismatch_ = isScreenAngleMismatch; in NotifyTargetScreenWidthAndHeight() 944 isScreenAngleMismatch, screenWidth, screenHeight); in NotifyTargetScreenWidthAndHeight()
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.cpp | 2564 bool isScreenAngleMismatch = false; in OnNotifyTargetScreenWidthAndHeight() local 2565 if (!ConvertFromJsValue(env, argv[ARG_INDEX_0], isScreenAngleMismatch)) { in OnNotifyTargetScreenWidthAndHeight() 2593 session->NotifyTargetScreenWidthAndHeight(isScreenAngleMismatch, screenWidth, screenHeight); in OnNotifyTargetScreenWidthAndHeight()
|
Completed in 17 milliseconds