Home
last modified time | relevance | path

Searched refs:KeyboardPanelInfo (Results 1 - 11 of 11) sorted by relevance

/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()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h758 * @struct KeyboardPanelInfo
762 struct KeyboardPanelInfo : public Parcelable { struct in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag
775 static KeyboardPanelInfo* Unmarshalling(Parcel& parcel) in Unmarshalling()
777 KeyboardPanelInfo* keyboardPanelInfo = new(std::nothrow)KeyboardPanelInfo; in Unmarshalling()
H A Dwindow.h504 * @param KeyboardPanelInfo keyboardPanelInfo of the keyboard panel;
506 virtual void OnKeyboardPanelInfoChanged(const KeyboardPanelInfo& keyboardPanelInfo) {} in OnKeyboardPanelInfoChanged()
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp517 sptr<KeyboardPanelInfo> keyboardPanelInfo = data.ReadParcelable<KeyboardPanelInfo>(); in HandleNotifyKeyboardPanelInfoChange()
H A Dsession_stage_proxy.cpp1065 void SessionStageProxy::NotifyKeyboardPanelInfoChange(const KeyboardPanelInfo& keyboardPanelInfo) in NotifyKeyboardPanelInfoChange()
1076 TLOGE(WmsLogTag::WMS_KEYBOARD, "KeyboardPanelInfo marshalling failed"); in NotifyKeyboardPanelInfoChange()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_stub_test.cpp670 KeyboardPanelInfo* keyboardPanelInfo = new KeyboardPanelInfo(); in HWTEST_F()
H A Dsession_stage_proxy_test.cpp535 KeyboardPanelInfo keyboardPanelInfo; 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/host/src/
H A Dkeyboard_session.cpp370 KeyboardPanelInfo keyboardPanelInfo; in NotifyKeyboardPanelInfoChange()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp3981 void WindowSceneSessionImpl::NotifyKeyboardPanelInfoChange(const KeyboardPanelInfo& keyboardPanelInfo) in NotifyKeyboardPanelInfoChange()

Completed in 22 milliseconds