Home
last modified time | relevance | path

Searched refs:ImeWindowInfo (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dime_event_monitor_manager_impl.h34 int32_t OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info);
40 int32_t OnImeShow(const ImeWindowInfo &info);
41 int32_t OnImeHide(const ImeWindowInfo &info);
H A Dinput_window_info.h35 struct ImeWindowInfo { struct
H A Di_input_client.h44 …virtual int32_t OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) = …
H A Dinput_client_proxy.h40 … int32_t OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) override;
H A Dinput_client_stub.h42 … int32_t OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) override;
H A Dinput_method_system_ability_proxy.h68 int32_t PanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) override;
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_event_listener.h31 virtual void OnImeShow(const ImeWindowInfo &info){}; in OnImeShow()
32 virtual void OnImeHide(const ImeWindowInfo &info){}; in OnImeHide()
/ohos5.0/base/inputmethod/imf/test/common/include/
H A Dime_setting_listener_test_impl.h30 void OnImeShow(const ImeWindowInfo &info) override;
31 void OnImeHide(const ImeWindowInfo &info) override;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_event_monitor_manager_impl.cpp113 …MonitorManagerImpl::OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) in OnPanelStatusChange()
124 int32_t ImeEventMonitorManagerImpl::OnImeShow(const ImeWindowInfo &info) in OnImeShow()
133 int32_t ImeEventMonitorManagerImpl::OnImeHide(const ImeWindowInfo &info) in OnImeHide()
H A Dinput_client_stub.cpp102 ImeWindowInfo info; in OnPanelStatusChangeOnRemote()
134 int32_t InputClientStub::OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &… in OnPanelStatusChange()
H A Dinput_client_proxy.cpp47 int32_t InputClientProxy::OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo in OnPanelStatusChange()
H A Dinput_method_system_ability_proxy.cpp234 …odSystemAbilityProxy::PanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) in PanelStatusChange()
/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dime_setting_listener_test_impl.cpp82 void ImeSettingListenerTestImpl::OnImeShow(const ImeWindowInfo &info) in OnImeShow()
88 void ImeSettingListenerTestImpl::OnImeHide(const ImeWindowInfo &info) in OnImeHide()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.h118 void OnImeShow(const ImeWindowInfo &info) override;
119 void OnImeHide(const ImeWindowInfo &info) override;
H A Djs_get_input_method_setting.cpp640 void JsGetInputMethodSetting::OnImeShow(const ImeWindowInfo &info) in OnImeShow()
661 void JsGetInputMethodSetting::OnImeHide(const ImeWindowInfo &info) in OnImeHide()
/ohos5.0/base/inputmethod/imf/services/include/
H A Dim_common_event_manager.h49 …PanelStatusChangeEvent(int32_t userId, const InputWindowStatus &status, const ImeWindowInfo &info);
H A Di_input_method_system_ability.h68 … virtual int32_t PanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) = 0;
H A Dinput_method_system_ability.h77 int32_t PanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) override;
H A Dperuser_session.h123 int32_t OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info);
/ohos5.0/base/inputmethod/imf/common/include/
H A Ditypes_util.h77 static bool Marshalling(const ImeWindowInfo &input, MessageParcel &data);
78 static bool Unmarshalling(ImeWindowInfo &output, MessageParcel &data);
/ohos5.0/base/inputmethod/imf/common/src/
H A Ditypes_util.cpp271 bool ITypesUtil::Marshalling(const ImeWindowInfo &input, MessageParcel &data) in Marshalling()
282 bool ITypesUtil::Unmarshalling(ImeWindowInfo &output, MessageParcel &data) in Unmarshalling()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dvirtual_listener_test.cpp241 ImeWindowInfo imeWindowInfo;
H A Didentity_checker_test.cpp546 ImeWindowInfo info{};
563 ImeWindowInfo info{};
/ohos5.0/base/inputmethod/imf/services/src/
H A Dim_common_event_manager.cpp434 int32_t userId, const InputWindowStatus &status, const ImeWindowInfo &info) in PublishPanelStatusChangeEvent()
H A Dinput_method_system_ability_stub.cpp308 ImeWindowInfo info; in PanelStatusChangeOnRemote()

12