Searched refs:hideTextInput (Results 1 – 12 of 12) sorted by relevance
165 当前应用在没有绑定输入法的情况下执行了比如showTextInput、hideTextInput等操作。
980 ### hideTextInput<sup>10+</sup>982 hideTextInput(callback: AsyncCallback<void>): void1015 inputMethodController.hideTextInput((err: BusinessError) => {1017 console.error(`Failed to hideTextInput: ${JSON.stringify(err)}`);1024 ### hideTextInput<sup>10+</sup>1026 hideTextInput(): Promise<void>1059 inputMethodController.hideTextInput().then(() => {1062 console.error(`Failed to hideTextInput: ${JSON.stringify(err)}`);
328 auto hideTextInput = []() { inputMethodController_->HideTextInput(); }; in __anonff3e3efd0202() variable329 EXPECT_TRUE(InputMethodDfxTest::WriteAndWatch(watcher, hideTextInput));
159 inputMethodCtrl.hideTextInput((err) => {182 inputMethodCtrl.hideTextInput().then(() => {
843 inputMethodCtrl.hideTextInput((err) => {
165 The current application calls **showTextInput** or **hideTextInput** when not attached to an input …
979 ### hideTextInput<sup>10+</sup>981 hideTextInput(callback: AsyncCallback<void>): void1014 inputMethodController.hideTextInput((err: BusinessError) => {1016 console.error(`Failed to hideTextInput: ${JSON.stringify(err)}`);1023 ### hideTextInput<sup>10+</sup>1025 hideTextInput(): Promise<void>1058 inputMethodController.hideTextInput().then(() => {1061 console.error(`Failed to hideTextInput: ${JSON.stringify(err)}`);
9 |新增|NA|类名:InputMethodController<br>方法or属性:hideTextInput(callback: AsyncCallback\<void>): void;|@oho…10 |新增|NA|类名:InputMethodController<br>方法or属性:hideTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
163 inputMethodController.hideTextInput();
9 |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\<…
11 |新增|NA|类名:InputMethodController;<br>方法or属性:hideTextInput(callback: AsyncCallback\<void>): void;|@oh…12 |新增|NA|类名:InputMethodController;<br>方法or属性:hideTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
11 |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\…