Home
last modified time | relevance | path

Searched refs:NotifyTargetScreenWidthAndHeight (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h117 static napi_value NotifyTargetScreenWidthAndHeight(napi_env env, napi_callback_info info);
H A Djs_scene_session.cpp373 JsSceneSession::NotifyTargetScreenWidthAndHeight); in BindNativeMethodForKeyboard()
1793 napi_value JsSceneSession::NotifyTargetScreenWidthAndHeight(napi_env env, napi_callback_info info) in NotifyTargetScreenWidthAndHeight() function in OHOS::Rosen::JsSceneSession
2637 session->NotifyTargetScreenWidthAndHeight(isScreenAngleMismatch, screenWidth, screenHeight); in OnNotifyTargetScreenWidthAndHeight()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h184 void NotifyTargetScreenWidthAndHeight(bool isScreenAngleMismatch, uint32_t screenWidth,
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1196 void SceneSession::NotifyTargetScreenWidthAndHeight(bool isScreenAngleMismatch, uint32_t screenWidt… in NotifyTargetScreenWidthAndHeight() function in OHOS::Rosen::SceneSession