Home
last modified time | relevance | path

Searched refs:OnImeShow (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_event_monitor_manager_impl.cpp119 return OnImeShow(info); in OnPanelStatusChange()
124 int32_t ImeEventMonitorManagerImpl::OnImeShow(const ImeWindowInfo &info) in OnImeShow() function in OHOS::MiscServices::ImeEventMonitorManagerImpl
128 listener->OnImeShow(info); in OnImeShow()
/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() function
/ohos5.0/base/inputmethod/imf/test/common/include/
H A Dime_setting_listener_test_impl.h30 void OnImeShow(const ImeWindowInfo &info) override;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dime_event_monitor_manager_impl.h40 int32_t OnImeShow(const ImeWindowInfo &info);
/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dime_setting_listener_test_impl.cpp82 void ImeSettingListenerTestImpl::OnImeShow(const ImeWindowInfo &info) in OnImeShow() function in OHOS::MiscServices::ImeSettingListenerTestImpl
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dvirtual_listener_test.cpp245 VirtualListenerTest::eventListener_->OnImeShow(imeWindowInfo);
H A Dinput_method_panel_test.cpp133 void OnImeShow(const ImeWindowInfo &info) override in OnImeShow() function in OHOS::MiscServices::InputMethodSettingListenerImpl
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.h118 void OnImeShow(const ImeWindowInfo &info) override;
H A Djs_get_input_method_setting.cpp640 void JsGetInputMethodSetting::OnImeShow(const ImeWindowInfo &info) in OnImeShow() function in OHOS::MiscServices::JsGetInputMethodSetting