Home
last modified time | relevance | path

Searched refs:newRequestRect (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp642 WSRect newRequestRect = GetSessionRequestRect(); in MoveAndResizeKeyboard() local
659 newRequestRect= newWinRect; in MoveAndResizeKeyboard()
662 newRequestRect = newWinRect; in MoveAndResizeKeyboard()
664 SetSessionRequestRect(newRequestRect); in MoveAndResizeKeyboard()
665 TLOGI(WmsLogTag::WMS_KEYBOARD, "Id: %{public}d, gravity: %{public}d, rect: %{public}s, newRequestRect: %{public}s" in MoveAndResizeKeyboard()
667 rect.ToString().c_str(), newRequestRect.ToString().c_str(), isLandscape, screenWidth, screenHeight); in MoveAndResizeKeyboard()
H A Dscene_session.cpp950 bool SceneSession::UpdateInputMethodSessionRect(const WSRect& rect, WSRect& newWinRect, WSRect& newRequestRect) in UpdateInputMethodSessionRect() argument
969 newRequestRect.width_ = newWinRect.width_; in UpdateInputMethodSessionRect()
973 newRequestRect.height_ = newWinRect.height_; in UpdateInputMethodSessionRect()
975 newRequestRect.posX_ = newWinRect.posX_; in UpdateInputMethodSessionRect()
977 newRequestRect.posY_ = newWinRect.posY_; in UpdateInputMethodSessionRect()
978 TLOGI(WmsLogTag::WMS_KEYBOARD, "rect: %{public}s, newRequestRect: %{public}s, newWinRect: %{public}s", in UpdateInputMethodSessionRect()
979 rect.ToString().c_str(), newRequestRect.ToString().c_str(), newWinRect.ToString().c_str()); in UpdateInputMethodSessionRect()
1114 auto newRequestRect = GetSessionRequestRect(); in UpdateSessionRectInner() local
1119 newRequestRect.posX_ = rect.posX_; in UpdateSessionRectInner()
1120 newRequestRect in UpdateSessionRectInner()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp1792 WSRect newRequestRect; in HWTEST_F() local
1793 sceneSession->UpdateInputMethodSessionRect(rect, newWinRect, newRequestRect); in HWTEST_F()
1797 auto res = sceneSession->UpdateInputMethodSessionRect(rect, newWinRect, newRequestRect); in HWTEST_F()
1802 res = sceneSession->UpdateInputMethodSessionRect(rect, newWinRect, newRequestRect); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h574 bool UpdateInputMethodSessionRect(const WSRect& rect, WSRect& newWinRect, WSRect& newRequestRect);

Completed in 15 milliseconds