Home
last modified time | relevance | path

Searched refs:InputMethod_EnterKeyType (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_types_capi.h65 typedef enum InputMethod_EnterKeyType { enum
102 } InputMethod_EnterKeyType; typedef
H A Dinputmethod_text_config_capi.h95 InputMethod_TextConfig *config, InputMethod_EnterKeyType enterKeyType);
160 InputMethod_TextConfig *config, InputMethod_EnterKeyType *enterKeyType);
H A Dinputmethod_inputmethod_proxy_capi.h128 InputMethod_EnterKeyType enterKey, InputMethod_TextInputType textType);
H A Dinputmethod_text_editor_proxy_capi.h134 InputMethod_TextEditorProxy *textEditorProxy, InputMethod_EnterKeyType enterKeyType);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A D_input_method.md45 …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 Dinputmethod__text__config__capi_8h.md34 …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 Dinputmethod__types__capi_8h.md25 | [InputMethod_EnterKeyType](_input_method.md#inputmethod_enterkeytype) | 回车键功能类型。 |
38 | [InputMethod_EnterKeyType](_input_method.md#inputmethod_enterkeytype) {<br/>[IME_ENTER_KEY_UNSPEC…
H A Dinputmethod__inputmethod__proxy__capi_8h.md34 …ut_method.md#inputmethod_inputmethodproxy) \*inputMethodProxy, [InputMethod_EnterKeyType](_input_m…
H A Dinputmethod__text__editor__proxy__capi_8h.md30 …nput_method.md#inputmethod_texteditorproxy) \*textEditorProxy, [InputMethod_EnterKeyType](_input_m…
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_text_config_capi.cpp44 InputMethod_TextConfig *config, InputMethod_EnterKeyType enterKeyType) in OH_TextConfig_SetEnterKeyType()
100 InputMethod_TextConfig *config, InputMethod_EnterKeyType *enterKeyType) in OH_TextConfig_GetEnterKeyType()
H A Dinputmethod_inputmethod_proxy_capi.cpp61 InputMethod_EnterKeyType enterKey, InputMethod_TextInputType textType) in OH_InputMethodProxy_NotifyConfigurationChange()
H A Dinputmethod_controller_capi.cpp126 .enterKeyType = static_cast<InputMethod_EnterKeyType>(config.enterKeyType), in ConstructTextConfig()
H A Dnative_text_changed_listener.cpp303 InputMethod_EnterKeyType NativeTextChangedListener::ConvertToCEnterKeyType( in ConvertToCEnterKeyType()
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__types__capi_8h.md25 | [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 Dinputmethod__text__config__capi_8h.md34 …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 Dinputmethod__inputmethod__proxy__capi_8h.md34 …ut_method.md#inputmethod_inputmethodproxy) \*inputMethodProxy, [InputMethod_EnterKeyType](_input_m…
H A D_input_method.md45 …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 Dinputmethod__text__editor__proxy__capi_8h.md30 …nput_method.md#inputmethod_texteditorproxy) \*textEditorProxy, [InputMethod_EnterKeyType](_input_m…
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h39 InputMethod_EnterKeyType enterKeyType;
H A Dnative_text_changed_listener.h48 InputMethod_EnterKeyType ConvertToCEnterKeyType(OHOS::MiscServices::EnterKeyType enterKeyType);
/ohos5.0/docs/zh-cn/application-dev/inputmethod/
H A Duse-inputmethod-in-custom-edit-box-ndk.md70 if (OH_InputMethodProxy_NotifyConfigurationChange(inputMethodProxy, InputMethod_EnterKeyType::IME_E…
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp99 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 Dnative_text_changed_listener_test.cpp81 void SendEnterKey(InputMethod_TextEditorProxy *proxy, InputMethod_EnterKeyType type) { } in SendEnterKey()
/ohos5.0/docs/en/application-dev/inputmethod/
H A Duse-inputmethod-in-custom-edit-box-ndk.md70 if (OH_InputMethodProxy_NotifyConfigurationChange(inputMethodProxy, InputMethod_EnterKeyType::IME_E…