Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp938 HWTEST_F(SceneSessionTest, GetKeyboardAvoidArea, Function | SmallTest | Level2)
960 scensession->GetKeyboardAvoidArea(overlapRect, avoidArea);
H A Dscene_session_test2.cpp1614 sceneSession->GetKeyboardAvoidArea(rect, avoidArea);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h643 void GetKeyboardAvoidArea(WSRect& rect, AvoidArea& avoidArea);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1777 void SceneSession::GetKeyboardAvoidArea(WSRect& rect, AvoidArea& avoidArea) in GetKeyboardAvoidArea() function in OHOS::Rosen::SceneSession
2034 GetKeyboardAvoidArea(rect, avoidArea); in GetAvoidAreaByTypeInner()