Home
last modified time | relevance | path

Searched refs:UpdateInputMethodSessionRect (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp1690 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 Dscene_session.h687 … bool UpdateInputMethodSessionRect(const WSRect& rect, WSRect& newWinRect, WSRect& newRequestRect);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1215 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()