Home
last modified time | relevance | path

Searched refs:showKeyboard (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_attach_options_capi.cpp22 InputMethod_AttachOptions *OH_AttachOptions_Create(bool showKeyboard) in OH_AttachOptions_Create() argument
24 return new InputMethod_AttachOptions({ showKeyboard }); in OH_AttachOptions_Create()
34 …d_ErrorCode OH_AttachOptions_IsShowKeyboard(InputMethod_AttachOptions *options, bool *showKeyboard) in OH_AttachOptions_IsShowKeyboard() argument
41 if (showKeyboard == nullptr) { in OH_AttachOptions_IsShowKeyboard()
46 *showKeyboard = options->showKeyboard; in OH_AttachOptions_IsShowKeyboard()
H A Dinputmethod_controller_capi.cpp174 int32_t err = controller->Attach(listener, options->showKeyboard, textConfig); in OH_InputMethodController_Attach()
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_attach_options_capi.h58 InputMethod_AttachOptions *OH_AttachOptions_Create(bool showKeyboard);
79 …_ErrorCode OH_AttachOptions_IsShowKeyboard(InputMethod_AttachOptions *options, bool *showKeyboard);
/ohos5.0/docs/zh-cn/application-dev/inputmethod/
H A Duse-inputmethod-in-custom-edit-box-ndk.md41 // 创建InputMethod_AttachOptions实例,选项showKeyboard用于指定此次绑定成功后是否显示键盘,此处以目标显示键盘为例
42 bool showKeyboard = true;
43 InputMethod_AttachOptions *options = OH_AttachOptions_Create(showKeyboard);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A Dinputmethod__attach__options__capi_8h.md31 …AttachOptions_Create](_input_method.md#oh_attachoptions_create) (bool showKeyboard) | 创建一个新的[Input…
33 …ptions](_input_method.md#inputmethod_attachoptions) \*options, bool \*showKeyboard) | 从[InputMetho…
H A D_input_method.md81 …options) \* [OH_AttachOptions_Create](#oh_attachoptions_create) (bool showKeyboard) | 创建一个新的[Input…
83 …utMethod_AttachOptions](#inputmethod_attachoptions) \*options, bool \*showKeyboard) | 从[InputMetho…
873 InputMethod_AttachOptions* OH_AttachOptions_Create (bool showKeyboard)
886 | showKeyboard | 表示是否显示键盘。 |
915 …rorCode OH_AttachOptions_IsShowKeyboard (InputMethod_AttachOptions * options, bool * showKeyboard )
929 | showKeyboard | 表示绑定时是否显示键盘。 true - 表示绑定完成时需要显示键盘。 false - 表示绑定完成时不需要显示键盘. |
H A Djs-apis-inputmethod.md789 attach(showKeyboard: boolean, textConfig: TextConfig, callback: AsyncCallback<void>): void
803 | showKeyboard | boolean | 是 | 绑定输入法成功后,是否拉起输入法键盘。<br>- true表示拉起,false表示不拉起。 |
843 attach(showKeyboard: boolean, textConfig: TextConfig): Promise&lt;void&gt;
857 | showKeyboard | boolean | 是 | 绑定输入法成功后,是否拉起输入法键盘。<br>- true表示拉起,false表示不拉起。|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__attach__options__capi_8h.md31 …AttachOptions_Create](_input_method.md#oh_attachoptions_create) (bool showKeyboard) | Creates an […
33 …ptions](_input_method.md#inputmethod_attachoptions) \*options, bool \*showKeyboard) | Obtains the …
H A D_input_method.md81 …options) \* [OH_AttachOptions_Create](#oh_attachoptions_create) (bool showKeyboard) | Creates an […
83 …utMethod_AttachOptions](#inputmethod_attachoptions) \*options, bool \*showKeyboard) | Obtains the …
873 InputMethod_AttachOptions* OH_AttachOptions_Create (bool showKeyboard)
886 | showKeyboard | Indicates whether to display the keyboard.|
915 …rorCode OH_AttachOptions_IsShowKeyboard (InputMethod_AttachOptions * options, bool * showKeyboard )
929 | showKeyboard | Whether to display the keyboard during binding. **true**: The keyboard is displaye…
H A Djs-apis-inputmethod.md788 attach(showKeyboard: boolean, textConfig: TextConfig, callback: AsyncCallback&lt;void&gt;): void
802 | showKeyboard | boolean | Yes| Whether to start the input method keyboard after the self-drawing c…
842 attach(showKeyboard: boolean, textConfig: TextConfig): Promise&lt;void&gt;
856 | showKeyboard | boolean | Yes| Whether to start the input method keyboard after the self-drawing c…
/ohos5.0/docs/en/application-dev/inputmethod/
H A Duse-inputmethod-in-custom-edit-box-ndk.md41 …// Create an InputMethod_AttachOptions instance. showKeyboard specifies whether to display the key…
42 bool showKeyboard = true;
43 InputMethod_AttachOptions *options = OH_AttachOptions_Create(showKeyboard);
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h67 bool showKeyboard; member
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h51 bool showKeyboard = false; member
H A Djs_get_input_method_controller.cpp532 PARAM_CHECK_RETURN(env, JsUtil::GetValue(env, argv[0], ctxt->showKeyboard), in Attach()
541 …InputMethodController::GetInstance()->Attach(ctxt->textListener, ctxt->showKeyboard, ctxt->textCon… in Attach()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp279 bool showKeyboard = false; variable
280 EXPECT_EQ(IME_ERR_OK, OH_AttachOptions_IsShowKeyboard(options, &showKeyboard));
281 EXPECT_TRUE(showKeyboard);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-misc.md5 |新增|NA|类名:InputMethodController<br>方法or属性:attach(showKeyboard: boolean, textConfig: TextConfig, cal…
6 |新增|NA|类名:InputMethodController<br>方法or属性:attach(showKeyboard: boolean, textConfig: TextConfig): Pr…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-misc.md5 |Added|NA|Class name: InputMethodController<br>Method or attribute name: attach(showKeyboard: boole…
6 |Added|NA|Class name: InputMethodController<br>Method or attribute name: attach(showKeyboard: boole…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-misc.md7 |新增|NA|类名:InputMethodController;<br>方法or属性:attach(showKeyboard: boolean, textConfig: TextConfig, ca…
8 |新增|NA|类名:InputMethodController;<br>方法or属性:attach(showKeyboard: boolean, textConfig: TextConfig): P…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-misc.md7 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: attach(showKeyboard: bool…
8 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: attach(showKeyboard: bool…