/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_attach_options_capi.cpp | 22 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 D | inputmethod_controller_capi.cpp | 174 int32_t err = controller->Attach(listener, options->showKeyboard, textConfig); in OH_InputMethodController_Attach()
|
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_attach_options_capi.h | 58 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 D | use-inputmethod-in-custom-edit-box-ndk.md | 41 // 创建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 D | inputmethod__attach__options__capi_8h.md | 31 …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.md | 81 …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 D | js-apis-inputmethod.md | 789 attach(showKeyboard: boolean, textConfig: TextConfig, callback: AsyncCallback<void>): void 803 | showKeyboard | boolean | 是 | 绑定输入法成功后,是否拉起输入法键盘。<br>- true表示拉起,false表示不拉起。 | 843 attach(showKeyboard: boolean, textConfig: TextConfig): Promise<void> 857 | showKeyboard | boolean | 是 | 绑定输入法成功后,是否拉起输入法键盘。<br>- true表示拉起,false表示不拉起。|
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__attach__options__capi_8h.md | 31 …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.md | 81 …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 D | js-apis-inputmethod.md | 788 attach(showKeyboard: boolean, textConfig: TextConfig, callback: AsyncCallback<void>): void 802 | showKeyboard | boolean | Yes| Whether to start the input method keyboard after the self-drawing c… 842 attach(showKeyboard: boolean, textConfig: TextConfig): Promise<void> 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 D | use-inputmethod-in-custom-edit-box-ndk.md | 41 …// 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 D | native_inputmethod_types.h | 67 bool showKeyboard; member
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.h | 51 bool showKeyboard = false; member
|
H A D | js_get_input_method_controller.cpp | 532 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 D | inputmethod_controller_capi_test.cpp | 279 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 D | js-apidiff-misc.md | 5 |新增|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 D | js-apidiff-misc.md | 5 |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 D | js-apidiff-misc.md | 7 |新增|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 D | js-apidiff-misc.md | 7 |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…
|