Home
last modified time | relevance | path

Searched refs:NotifyKeyboardPanelInfoChange (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp115 session->NotifyKeyboardPanelInfoChange(rect, false); in Hide()
143 session->NotifyKeyboardPanelInfoChange(rect, false); in Disconnect()
364 void KeyboardSession::NotifyKeyboardPanelInfoChange(WSRect rect, bool isKeyboardPanelShow) in NotifyKeyboardPanelInfoChange() function in OHOS::Rosen::KeyboardSession
375 sessionStage_->NotifyKeyboardPanelInfoChange(keyboardPanelInfo); in NotifyKeyboardPanelInfoChange()
415 NotifyKeyboardPanelInfoChange(keyboardPanelRect, true); in RaiseCallingSession()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dkeyboard_session.h73 void NotifyKeyboardPanelInfoChange(WSRect rect, bool isKeyboardPanelShow);
/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_proxy.h69 void NotifyKeyboardPanelInfoChange(const KeyboardPanelInfo& keyboardPanelInfo) override;
H A Dsession_stage_interface.h202 virtual void NotifyKeyboardPanelInfoChange(const KeyboardPanelInfo& keyboardPanelInfo) {} in NotifyKeyboardPanelInfoChange() function in OHOS::OHOS::OHOS::Rosen::ISessionStage
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_proxy_test.cpp528 * @tc.name: NotifyKeyboardPanelInfoChange
529 * @tc.desc: test function : NotifyKeyboardPanelInfoChange
532 HWTEST_F(SessionStageProxyTest, NotifyKeyboardPanelInfoChange, Function | SmallTest | Level1) in HWTEST_F()
536 sessionStage_->NotifyKeyboardPanelInfoChange(keyboardPanelInfo); in HWTEST_F()
H A Dkeyboard_session_test.cpp935 * @tc.name: NotifyKeyboardPanelInfoChange
936 * @tc.desc: NotifyKeyboardPanelInfoChange
939 HWTEST_F(KeyboardSessionTest, NotifyKeyboardPanelInfoChange, Function | SmallTest | Level1) in HWTEST_F()
943 info.abilityName_ = "NotifyKeyboardPanelInfoChange"; in HWTEST_F()
944 info.bundleName_ = "NotifyKeyboardPanelInfoChange"; in HWTEST_F()
948 keyboardSession->NotifyKeyboardPanelInfoChange(rect, true); in HWTEST_F()
951 keyboardSession->NotifyKeyboardPanelInfoChange(rect, true); in HWTEST_F()
956 keyboardSession->NotifyKeyboardPanelInfoChange(rect, true); in HWTEST_F()
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h160 void NotifyKeyboardPanelInfoChange(const KeyboardPanelInfo& keyboardPanelInfo) override;
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp522 NotifyKeyboardPanelInfoChange(*keyboardPanelInfo); in HandleNotifyKeyboardPanelInfoChange()
H A Dsession_stage_proxy.cpp1065 void SessionStageProxy::NotifyKeyboardPanelInfoChange(const KeyboardPanelInfo& keyboardPanelInfo) in NotifyKeyboardPanelInfoChange() function in OHOS::Rosen::SessionStageProxy
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp3981 void WindowSceneSessionImpl::NotifyKeyboardPanelInfoChange(const KeyboardPanelInfo& keyboardPanelInfo) in NotifyKeyboardPanelInfoChange() function in OHOS::Rosen::WindowSceneSessionImpl

Completed in 16 milliseconds