Searched refs:UpdateInputMethodSessionRect (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test.cpp | 1690 HWTEST_F(SceneSessionTest, UpdateInputMethodSessionRect, Function | SmallTest | Level2) 1712 sceneSession->UpdateInputMethodSessionRect(rect, newWinRect, newRequestRect); 1716 sceneSession->UpdateInputMethodSessionRect(rect, newWinRect, newRequestRect);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 687 … bool UpdateInputMethodSessionRect(const WSRect& rect, WSRect& newWinRect, WSRect& newRequestRect);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 1215 bool SceneSession::UpdateInputMethodSessionRect(const WSRect& rect, WSRect& newWinRect, WSRect& new… in UpdateInputMethodSessionRect() function in OHOS::Rosen::SceneSession 1400 bool needUpdateInputMethod = UpdateInputMethodSessionRect(rect, newWinRect, newRequestRect); in UpdateSessionRectInner()
|