Searched refs:GetScreenWidthAndHeightFromServer (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 643 bool ret = (isShow) ? GetScreenWidthAndHeightFromServer(sessionProperty, screenWidth, screenHeight) : in MoveAndResizeKeyboard()
|
H A D | scene_session.cpp | 879 bool SceneSession::GetScreenWidthAndHeightFromServer(const sptr<WindowSessionProperty>& sessionProperty, in GetScreenWidthAndHeightFromServer() function in SceneSession 964 if (!GetScreenWidthAndHeightFromServer(sessionProperty, screenWidth, screenHeight)) { in UpdateInputMethodSessionRect()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test.cpp | 2073 * @tc.name: GetScreenWidthAndHeightFromServer 2074 * @tc.desc: GetScreenWidthAndHeightFromServer 2077 HWTEST_F(SceneSessionTest, GetScreenWidthAndHeightFromServer, Function | SmallTest | Level2) in HWTEST_F() 2080 info.abilityName_ = "GetScreenWidthAndHeightFromServer"; in HWTEST_F() 2081 info.bundleName_ = "GetScreenWidthAndHeightFromServer"; in HWTEST_F() 2098 bool result = sceneSession->GetScreenWidthAndHeightFromServer(property, screenWidth, screenHeight); in HWTEST_F() 2102 result = sceneSession->GetScreenWidthAndHeightFromServer(property, screenWidth, screenHeight); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 176 bool GetScreenWidthAndHeightFromServer(const sptr<WindowSessionProperty>& sessionProperty,
|
Completed in 15 milliseconds