Home
last modified time | relevance | path

Searched refs:hideTextInput (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A Derrorcode-inputmethod-framework.md165 当前应用在没有绑定输入法的情况下执行了比如showTextInput、hideTextInput等操作。
H A Djs-apis-inputmethod.md980 ### hideTextInput<sup>10+</sup>
982 hideTextInput(callback: AsyncCallback&lt;void&gt;): void
1015 inputMethodController.hideTextInput((err: BusinessError) => {
1017 console.error(`Failed to hideTextInput: ${JSON.stringify(err)}`);
1024 ### hideTextInput<sup>10+</sup>
1026 hideTextInput(): Promise&lt;void&gt;
1059 inputMethodController.hideTextInput().then(() => {
1062 console.error(`Failed to hideTextInput: ${JSON.stringify(err)}`);
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_dfx_test.cpp328 auto hideTextInput = []() { inputMethodController_->HideTextInput(); }; in __anonff3e3efd0202() variable
329 EXPECT_TRUE(InputMethodDfxTest::WriteAndWatch(watcher, hideTextInput));
/ohos5.0/base/inputmethod/imf/test/unittest/napi_test/src/
H A DInputMethodWithAttachTest.js159 inputMethodCtrl.hideTextInput((err) => {
182 inputMethodCtrl.hideTextInput().then(() => {
H A DInputMethodTest.js843 inputMethodCtrl.hideTextInput((err) => {
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Derrorcode-inputmethod-framework.md165 The current application calls **showTextInput** or **hideTextInput** when not attached to an input …
H A Djs-apis-inputmethod.md979 ### hideTextInput<sup>10+</sup>
981 hideTextInput(callback: AsyncCallback&lt;void&gt;): void
1014 inputMethodController.hideTextInput((err: BusinessError) => {
1016 console.error(`Failed to hideTextInput: ${JSON.stringify(err)}`);
1023 ### hideTextInput<sup>10+</sup>
1025 hideTextInput(): Promise&lt;void&gt;
1058 inputMethodController.hideTextInput().then(() => {
1061 console.error(`Failed to hideTextInput: ${JSON.stringify(err)}`);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-misc.md9 |新增|NA|类名:InputMethodController<br>方法or属性:hideTextInput(callback: AsyncCallback\<void>): void;|@oho…
10 |新增|NA|类名:InputMethodController<br>方法or属性:hideTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
/ohos5.0/foundation/distributedhardware/device_manager/display/entry/src/main/ets/pages/
H A DInputPinDialog.ets163 inputMethodController.hideTextInput();
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-misc.md9 |Added|NA|Class name: InputMethodController<br>Method or attribute name: hideTextInput(callback: As…
10 |Added|NA|Class name: InputMethodController<br>Method or attribute name: hideTextInput(): Promise\<…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-misc.md11 |新增|NA|类名:InputMethodController;<br>方法or属性:hideTextInput(callback: AsyncCallback\<void>): void;|@oh…
12 |新增|NA|类名:InputMethodController;<br>方法or属性:hideTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-misc.md11 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: hideTextInput(callback: A…
12 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: hideTextInput(): Promise\…