/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_types_capi.h | 65 typedef enum InputMethod_EnterKeyType { enum 102 } InputMethod_EnterKeyType; typedef
|
H A D | inputmethod_text_config_capi.h | 95 InputMethod_TextConfig *config, InputMethod_EnterKeyType enterKeyType); 160 InputMethod_TextConfig *config, InputMethod_EnterKeyType *enterKeyType);
|
H A D | inputmethod_inputmethod_proxy_capi.h | 128 InputMethod_EnterKeyType enterKey, InputMethod_TextInputType textType);
|
H A D | inputmethod_text_editor_proxy_capi.h | 134 InputMethod_TextEditorProxy *textEditorProxy, InputMethod_EnterKeyType enterKeyType);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | _input_method.md | 45 …tEditorProxy](#inputmethod_texteditorproxy) \*textEditorProxy, [InputMethod_EnterKeyType](#inputme… 56 | [InputMethod_EnterKeyType](#inputmethod_enterkeytype) | 回车键功能类型。 | 216 ### InputMethod_EnterKeyType subsection 219 typedef enum InputMethod_EnterKeyType InputMethod_EnterKeyType 630 …endEnterKeyFunc) (InputMethod_TextEditorProxy *textEditorProxy, InputMethod_EnterKeyType enterKeyT… 646 | enterKeyType | 回车键类型,具体定义详见[InputMethod_EnterKeyType](#inputmethod_enterkeytype)。 | 744 ### InputMethod_EnterKeyType subsection 747 enum InputMethod_EnterKeyType 1161 …urationChange (InputMethod_InputMethodProxy * inputMethodProxy, InputMethod_EnterKeyType enterKey,… 1902 …OH_TextConfig_GetEnterKeyType (InputMethod_TextConfig * config, InputMethod_EnterKeyType * enterKe… [all …]
|
H A D | inputmethod__text__config__capi_8h.md | 34 …TextConfig](_input_method.md#inputmethod_textconfig) \*config, [InputMethod_EnterKeyType](_input_m… 39 …TextConfig](_input_method.md#inputmethod_textconfig) \*config, [InputMethod_EnterKeyType](_input_m…
|
H A D | inputmethod__types__capi_8h.md | 25 | [InputMethod_EnterKeyType](_input_method.md#inputmethod_enterkeytype) | 回车键功能类型。 | 38 | [InputMethod_EnterKeyType](_input_method.md#inputmethod_enterkeytype) {<br/>[IME_ENTER_KEY_UNSPEC…
|
H A D | inputmethod__inputmethod__proxy__capi_8h.md | 34 …ut_method.md#inputmethod_inputmethodproxy) \*inputMethodProxy, [InputMethod_EnterKeyType](_input_m…
|
H A D | inputmethod__text__editor__proxy__capi_8h.md | 30 …nput_method.md#inputmethod_texteditorproxy) \*textEditorProxy, [InputMethod_EnterKeyType](_input_m…
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_text_config_capi.cpp | 44 InputMethod_TextConfig *config, InputMethod_EnterKeyType enterKeyType) in OH_TextConfig_SetEnterKeyType() 100 InputMethod_TextConfig *config, InputMethod_EnterKeyType *enterKeyType) in OH_TextConfig_GetEnterKeyType()
|
H A D | inputmethod_inputmethod_proxy_capi.cpp | 61 InputMethod_EnterKeyType enterKey, InputMethod_TextInputType textType) in OH_InputMethodProxy_NotifyConfigurationChange()
|
H A D | inputmethod_controller_capi.cpp | 126 .enterKeyType = static_cast<InputMethod_EnterKeyType>(config.enterKeyType), in ConstructTextConfig()
|
H A D | native_text_changed_listener.cpp | 303 InputMethod_EnterKeyType NativeTextChangedListener::ConvertToCEnterKeyType( in ConvertToCEnterKeyType()
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__types__capi_8h.md | 25 | [InputMethod_EnterKeyType](_input_method.md#inputmethod_enterkeytype) | Enter function type.| 38 | [InputMethod_EnterKeyType](_input_method.md#inputmethod_enterkeytype) {<br>[IME_ENTER_KEY_UNSPECI…
|
H A D | inputmethod__text__config__capi_8h.md | 34 …TextConfig](_input_method.md#inputmethod_textconfig) \*config, [InputMethod_EnterKeyType](_input_m… 39 …TextConfig](_input_method.md#inputmethod_textconfig) \*config, [InputMethod_EnterKeyType](_input_m…
|
H A D | inputmethod__inputmethod__proxy__capi_8h.md | 34 …ut_method.md#inputmethod_inputmethodproxy) \*inputMethodProxy, [InputMethod_EnterKeyType](_input_m…
|
H A D | _input_method.md | 45 …tEditorProxy](#inputmethod_texteditorproxy) \*textEditorProxy, [InputMethod_EnterKeyType](#inputme… 56 | [InputMethod_EnterKeyType](#inputmethod_enterkeytype) | Enter function type.| 216 ### InputMethod_EnterKeyType subsection 219 typedef enum InputMethod_EnterKeyType InputMethod_EnterKeyType 630 …endEnterKeyFunc) (InputMethod_TextEditorProxy *textEditorProxy, InputMethod_EnterKeyType enterKeyT… 646 | enterKeyType | Enter key type. For details, see [InputMethod_EnterKeyType](#inputmethod_enterkeyt… 744 ### InputMethod_EnterKeyType subsection 747 enum InputMethod_EnterKeyType 1161 …urationChange (InputMethod_InputMethodProxy * inputMethodProxy, InputMethod_EnterKeyType enterKey,… 1902 …OH_TextConfig_GetEnterKeyType (InputMethod_TextConfig * config, InputMethod_EnterKeyType * enterKe… [all …]
|
H A D | inputmethod__text__editor__proxy__capi_8h.md | 30 …nput_method.md#inputmethod_texteditorproxy) \*textEditorProxy, [InputMethod_EnterKeyType](_input_m…
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_inputmethod_types.h | 39 InputMethod_EnterKeyType enterKeyType;
|
H A D | native_text_changed_listener.h | 48 InputMethod_EnterKeyType ConvertToCEnterKeyType(OHOS::MiscServices::EnterKeyType enterKeyType);
|
/ohos5.0/docs/zh-cn/application-dev/inputmethod/ |
H A D | use-inputmethod-in-custom-edit-box-ndk.md | 70 if (OH_InputMethodProxy_NotifyConfigurationChange(inputMethodProxy, InputMethod_EnterKeyType::IME_E…
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 99 InputMethod_EnterKeyType expEnterKeyType = IME_ENTER_KEY_SEARCH; 101 InputMethod_EnterKeyType actEnterKeyType = IME_ENTER_KEY_UNSPECIFIED; 152 void SendEnterKeyFunc(InputMethod_TextEditorProxy *proxy, InputMethod_EnterKeyType type) { } in SendEnterKeyFunc() 427 InputMethod_EnterKeyType enterKeyType = IME_ENTER_KEY_UNSPECIFIED; 1386 InputMethod_EnterKeyType enterKey = IME_ENTER_KEY_UNSPECIFIED;
|
H A D | native_text_changed_listener_test.cpp | 81 void SendEnterKey(InputMethod_TextEditorProxy *proxy, InputMethod_EnterKeyType type) { } in SendEnterKey()
|
/ohos5.0/docs/en/application-dev/inputmethod/ |
H A D | use-inputmethod-in-custom-edit-box-ndk.md | 70 if (OH_InputMethodProxy_NotifyConfigurationChange(inputMethodProxy, InputMethod_EnterKeyType::IME_E…
|