Home
last modified time | relevance | path

Searched refs:isScreenAngleMismatch (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h180 void NotifyTargetScreenWidthAndHeight(bool isScreenAngleMismatch, uint32_t screenWidth,
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp931 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 Djs_scene_session.cpp2564 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