Home
last modified time | relevance | path

Searched defs:keyboardPanelInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_interface.h148 virtual void NotifyKeyboardPanelInfoChange(const KeyboardPanelInfo& keyboardPanelInfo) {} in NotifyKeyboardPanelInfoChange()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h112 void OnKeyboardPanelInfoChanged(const Rosen::KeyboardPanelInfo &keyboardPanelInfo) override in OnKeyboardPanelInfoChanged()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp960 KeyboardPanelInfoChangeListener([this](const KeyboardPanelInfo &keyboardPanelInfo) { in RegisterKeyboardPanelInfoChangeListener()
986 void InputMethodPanel::HandleKbPanelInfoChange(const KeyboardPanelInfo &keyboardPanelInfo) in HandleKbPanelInfoChange()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp393 KeyboardPanelInfo keyboardPanelInfo; in NotifyKeyboardPanelInfoChange() local
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp526 sptr<KeyboardPanelInfo> keyboardPanelInfo = data.ReadParcelable<KeyboardPanelInfo>(); in HandleNotifyKeyboardPanelInfoChange() local
H A Dsession_stage_proxy.cpp1089 void SessionStageProxy::NotifyKeyboardPanelInfoChange(const KeyboardPanelInfo& keyboardPanelInfo) in NotifyKeyboardPanelInfoChange()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwm_common.h821 KeyboardPanelInfo* keyboardPanelInfo = new(std::nothrow)KeyboardPanelInfo; in Unmarshalling() local
829 delete keyboardPanelInfo; in Unmarshalling() local
H A Dwindow.h520 virtual void OnKeyboardPanelInfoChanged(const KeyboardPanelInfo& keyboardPanelInfo) {} in OnKeyboardPanelInfoChanged()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp4128 …d WindowSceneSessionImpl::NotifyKeyboardPanelInfoChange(const KeyboardPanelInfo& keyboardPanelInfo) in NotifyKeyboardPanelInfoChange()